1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-09 04:42:59 +02:00

📝 Minor tweaks, updated README

This commit is contained in:
2019-07-15 08:14:51 +02:00
parent eebfa823f1
commit 0fc7f2c905
10 changed files with 38 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
// MARK: - Initializer
override init() {
self.sharedShell = Shell.shared
self.sharedShell = Shell.user
self.state = App.shared
self.menu = MainMenu.shared
super.init()