diff options
| author | FivePixels <o5pxels@gmail.com> | 2019-01-04 19:12:52 -0600 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2019-01-04 19:12:52 -0600 |
| commit | f58a1eea0c004db0966858b46884e5f78fd40780 (patch) | |
| tree | 4f2b24009b9a69e20cee887e59467c2c560ecba7 /DWA140Menu/AppDelegate.swift | |
| parent | 1560336c285806cbf4c352aea639b441882a4482 (diff) | |
| download | dwa140shortcut-f58a1eea0c004db0966858b46884e5f78fd40780.tar.xz dwa140shortcut-f58a1eea0c004db0966858b46884e5f78fd40780.zip | |
Remind me not to fuck things up next time
Diffstat (limited to 'DWA140Menu/AppDelegate.swift')
| -rw-r--r-- | DWA140Menu/AppDelegate.swift | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DWA140Menu/AppDelegate.swift b/DWA140Menu/AppDelegate.swift index adb93b3..28f62d1 100644 --- a/DWA140Menu/AppDelegate.swift +++ b/DWA140Menu/AppDelegate.swift @@ -127,6 +127,10 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele return true } + func applicationDidFinishLaunching(_ notification: Notification) { + constructMenu() + } + func setStatusIcon(icon: String) { if let button = statusItem.button { if button.image?.name() != icon { |
