Skip to content

Commit

Permalink
Revert "#FIXME: Force-disable superfluous effects on startup"
Browse files Browse the repository at this point in the history
This reverts commit a5640c6.
  • Loading branch information
n8henrie committed Feb 6, 2024
1 parent 9314f7c commit 490d600
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Quicksilver/Code-App/QSApp.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ +(void)load {
setenv("QSDebugCatalog", "1", YES);
}
#endif
// #TODO @n8henrie: Hopefully temporary workaround for Sonoma
// https://github.com/quicksilver/Quicksilver/issues/2962
if (@available(macOS 14, *)) {
NSLog(@"Force-disabling superfluous effects at startup");
[[NSUserDefaults standardUserDefaults] setBool:false forKey:kUseEffects];
}

}

+ (void)initialize {
Expand Down

0 comments on commit 490d600

Please sign in to comment.