mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-17 00:38:19 +00:00
macos: ability to interrupt animation, track it in menu
This commit is contained in:
@@ -558,5 +558,7 @@ class AppDelegate: NSObject,
|
||||
|
||||
guard let quickController = self.quickController else { return }
|
||||
quickController.toggle()
|
||||
|
||||
self.menuQuickTerminal?.state = if (quickController.visible) { .on } else { .off }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user