Fix comma typo
parent
f6d56f4f03
commit
f343e1ba46
|
|
@ -592,7 +592,7 @@ extension Ghostty {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static func checkForUpdates(
|
private static func checkForUpdates(
|
||||||
_ app: ghostty_app_t,
|
_ app: ghostty_app_t
|
||||||
) {
|
) {
|
||||||
if let appDelegate = NSApplication.shared.delegate as? AppDelegate {
|
if let appDelegate = NSApplication.shared.delegate as? AppDelegate {
|
||||||
appDelegate.checkForUpdates(nil)
|
appDelegate.checkForUpdates(nil)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue