diff --git a/Colors/AppDelegate.swift b/Colors/AppDelegate.swift index 229bafc..72da26b 100644 --- a/Colors/AppDelegate.swift +++ b/Colors/AppDelegate.swift @@ -19,5 +19,9 @@ class AppDelegate: NSObject, NSApplicationDelegate { ] ) } + + func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { + return true + } }