diff --git a/MacPass/MPAutotypeDaemon.m b/MacPass/MPAutotypeDaemon.m index bfab8e3f..a212615e 100644 --- a/MacPass/MPAutotypeDaemon.m +++ b/MacPass/MPAutotypeDaemon.m @@ -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]; } }