mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-23 15:55:19 +00:00
Review Feedback - formatting / docs
This commit is contained in:
committed by
Mitchell Hashimoto
parent
af48c1af0c
commit
9e00eeff86
@@ -635,10 +635,11 @@ extension Ghostty {
|
||||
|
||||
private static func toggleVisibility(
|
||||
_ app: ghostty_app_t,
|
||||
target: ghostty_target_s) {
|
||||
guard let appDelegate = NSApplication.shared.delegate as? AppDelegate else { return }
|
||||
appDelegate.toggleVisibility(self)
|
||||
}
|
||||
target: ghostty_target_s
|
||||
) {
|
||||
guard let appDelegate = NSApplication.shared.delegate as? AppDelegate else { return }
|
||||
appDelegate.toggleVisibility(self)
|
||||
}
|
||||
|
||||
private static func gotoTab(
|
||||
_ app: ghostty_app_t,
|
||||
|
||||
Reference in New Issue
Block a user