diff --git a/Application/AppController.m b/Application/AppController.m index 277bfad82..9270b54c1 100644 --- a/Application/AppController.m +++ b/Application/AppController.m @@ -185,9 +185,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];