We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109f408 commit 400891dCopy full SHA for 400891d
FileShuttle/AppController.m
@@ -278,11 +278,13 @@ - (void)doString:(NSPasteboard *)pboard
278
///////////////////////////////////////////////////////////////////////////////////////////////////
279
- (void)openPreferences
280
{
281
- [self.preferencesWindow makeKeyAndOrderFront:self];
282
- ProcessSerialNumber psn = { 0, kCurrentProcess };
283
- SetFrontProcess(&psn);
+
+ [NSApp activateIgnoringOtherApps:YES];
+ [self.preferencesWindow makeKeyAndOrderFront:self];
284
285
}
286
287
288
289
- (void)quit
290
0 commit comments