mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Fix Terminal Inspector option turns inactive if toggled in the Quick Terminal
This commit is contained in:

committed by
Mitchell Hashimoto

parent
f1c510f9fe
commit
b2a8211f9e
@ -459,6 +459,11 @@ class QuickTerminalController: BaseTerminalController {
|
||||
ghostty.toggleFullscreen(surface: surface)
|
||||
}
|
||||
|
||||
@IBAction func toggleTerminalInspector(_ sender: Any?) {
|
||||
guard let surface = focusedSurface?.surface else { return }
|
||||
ghostty.toggleTerminalInspector(surface: surface)
|
||||
}
|
||||
|
||||
// MARK: Notifications
|
||||
|
||||
@objc private func applicationWillTerminate(_ notification: Notification) {
|
||||
|
Reference in New Issue
Block a user