Fix Terminal Inspector option turns inactive if toggled in the Quick Terminal
parent
ce8bfe45ed
commit
744240c009
|
|
@ -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