Refine titlebar controls variants

This commit is contained in:
Lawrence Chen 2026-01-28 18:26:27 -08:00
parent f0e2efe8e4
commit 46dd00adac
3 changed files with 261 additions and 30 deletions

View file

@ -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)
}