Fix Terminal Inspector option turns inactive if toggled in the Quick Terminal
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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue