Skip to content

Commit

Permalink
applicationShouldTerminateAfterLastWindowClosed => true
Browse files Browse the repository at this point in the history
  • Loading branch information
kaunteya committed May 4, 2019
1 parent 3708a6f commit a81b732
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Colors/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ class AppDelegate: NSObject, NSApplicationDelegate {
]
)
}

func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}

0 comments on commit a81b732

Please sign in to comment.