mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 17:32:17 +00:00
Disabled hotkey registration for now
This commit is contained in:
@@ -53,7 +53,7 @@ NSString *const kMPApplciationNameKey = @"applicationName";
|
||||
- (void)setEnabled:(BOOL)enabled {
|
||||
if(_enabled != enabled) {
|
||||
_enabled = enabled;
|
||||
self.enabled ? [self _registerHotKey] : [self _unregisterHotKey];
|
||||
//self.enabled ? [self _registerHotKey] : [self _unregisterHotKey];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user