feat: app window content

This commit is contained in:
relikd
2025-10-30 17:37:01 +01:00
parent a374f26ad3
commit dbf089264c
3 changed files with 37 additions and 19 deletions

View File

@@ -16,5 +16,9 @@ class AppDelegate: NSObject, NSApplicationDelegate {
func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}