Refine titlebar controls variants
This commit is contained in:
parent
f0e2efe8e4
commit
46dd00adac
3 changed files with 261 additions and 30 deletions
|
|
@ -133,6 +133,10 @@ final class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCent
|
|||
titlebarAccessoryController.attach(to: window)
|
||||
}
|
||||
|
||||
func toggleNotificationsPopover() {
|
||||
titlebarAccessoryController.toggleNotificationsPopover()
|
||||
}
|
||||
|
||||
func validateMenuItem(_ item: NSMenuItem) -> Bool {
|
||||
updateController.validateMenuItem(item)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue