Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Quicksilver/Code-QuickStepCore/QSInterfaceMediator.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ - (QSInterfaceController*)preferredCommandInterface {
[prefInstances setObject:mediator forKey:kQSCommandInterfaceControllers];
} else {
QSShowNotifierWithAttributes([NSDictionary dictionaryWithObjectsAndKeys:@"QSNotification", QSNotifierType, [QSResourceManager imageNamed:kQSBundleID], QSNotifierIcon, NSLocalizedString(@"Interface Changed", nil), QSNotifierTitle, NSLocalizedString(@"Interface could not be loaded. Switching to Bezel",nil), QSNotifierText, nil]);
mediator = [self instanceForKey:@"QSBezelnterfaceController" inTable:kQSCommandInterfaceControllers];
mediator = [self instanceForKey:@"QSBezelInterfaceController" inTable:kQSCommandInterfaceControllers];
[prefInstances setObject:mediator forKey:kQSCommandInterfaceControllers];
}
}
Expand Down