mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 15:19:27 +00:00
Pickchar parser parses options. Output is not converted at the moment
This commit is contained in:
@@ -115,6 +115,7 @@ static MPLockDaemon *_sharedInstance;
|
||||
}
|
||||
|
||||
- (void)_checkIdleTime:(NSTimer *)timer {
|
||||
NSLog(@"Check Idle");
|
||||
if(timer != self.idleCheckTimer) {
|
||||
return; // Wrong timer?!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user