diff --git a/Application/AppController.m b/Application/AppController.m index cc543501a..4822b35e2 100644 --- a/Application/AppController.m +++ b/Application/AppController.m @@ -209,9 +209,11 @@ static BOOL consentLastEnabled = NO; [randomizeButton setToolTip:NSLocalizedString(@"RandomizeButtonTooltip", @"")]; [fileButton setToolTip:NSLocalizedString(@"FileButtonTooltip", @"")]; - [self registerDefaultHotKeys]; - - [self registerHotKeys]; + if(@available(macOS 15, *)) { + [self registerDefaultHotKeys]; + + [self registerHotKeys]; + } (void)[spotlightWindowController init];