diff --git a/LunaMac.xcodeproj/project.xcworkspace/xcuserdata/claire.xcuserdatad/UserInterfaceState.xcuserstate b/LunaMac.xcodeproj/project.xcworkspace/xcuserdata/claire.xcuserdatad/UserInterfaceState.xcuserstate index d65403d..1ed9678 100644 Binary files a/LunaMac.xcodeproj/project.xcworkspace/xcuserdata/claire.xcuserdatad/UserInterfaceState.xcuserstate and b/LunaMac.xcodeproj/project.xcworkspace/xcuserdata/claire.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/LunaMac/AppDelegate.swift b/LunaMac/AppDelegate.swift index 45bde8c..ecd3baa 100644 --- a/LunaMac/AppDelegate.swift +++ b/LunaMac/AppDelegate.swift @@ -108,6 +108,9 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSMenuDelegate { let defaults = UserDefaults.standard func applicationDidFinishLaunching(_ aNotification: Notification) { + // set icon size to square + statusBarItem = statusBar.statusItem(withLength: NSStatusItem.squareLength) + // build the icon and menu updateIcon() @@ -116,9 +119,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSMenuDelegate { // start the the timer for keeping the icon updated automatically startTimer() - - // set icon size to square - statusBarItem = statusBar.statusItem(withLength: NSStatusItem.squareLength) } // start the timer for auto-updating the icon diff --git a/LunaMac/Info.plist b/LunaMac/Info.plist index a3de40c..f031c4e 100644 --- a/LunaMac/Info.plist +++ b/LunaMac/Info.plist @@ -21,9 +21,9 @@ CFBundleDisplayName LunaMac CFBundleShortVersionString - 1.4.3 + 1.4.4 CFBundleVersion - 1.4.3 + 1.4.4 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/LunaMac/changelog.txt b/LunaMac/changelog.txt index f5a10f5..05403fa 100644 --- a/LunaMac/changelog.txt +++ b/LunaMac/changelog.txt @@ -1,4 +1,7 @@ ====== Changelog ====== +v1.4.4 + - Fixed load order issue causing icon delay + v1.4.3 - Improved dark mode first and last quarter icons