From f58a1eea0c004db0966858b46884e5f78fd40780 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Fri, 4 Jan 2019 19:12:52 -0600 Subject: Remind me not to fuck things up next time --- DWA140Menu/AppDelegate.swift | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DWA140Menu/AppDelegate.swift') 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 { -- cgit v1.2.3