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