}
- (void)applicationDidFinishLaunching:(NSNotification *)notification {
- if (NSRunningApplication.currentApplication.wasLaunchedAsLoginItemOrResume
- && [NSUserDefaults.standardUserDefaults boolForKey:@"hidden in status item"]) {
- [self transformIntoElement:self];
- NSApplication *app = notification.object;
- [app deactivate];
- } else {
- [window makeKeyAndOrderFront:nil];
- }
+ [window makeKeyAndOrderFront:nil];
}
- (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>258</string>
+ <string>259</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>NSHumanReadableCopyright</key>