macos: ability to interrupt animation, track it in menu

This commit is contained in:
Mitchell Hashimoto
2024-09-28 15:29:47 -07:00
parent 1570ef01a7
commit 13eb8ac6e2
2 changed files with 15 additions and 2 deletions

View File

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