Pickchar parser parses options. Output is not converted at the moment

This commit is contained in:
Michael Starke
2017-11-30 15:47:12 +01:00
parent a05a753a13
commit ee418db014
15 changed files with 419 additions and 75 deletions

View File

@@ -115,6 +115,7 @@ static MPLockDaemon *_sharedInstance;
}
- (void)_checkIdleTime:(NSTimer *)timer {
NSLog(@"Check Idle");
if(timer != self.idleCheckTimer) {
return; // Wrong timer?!
}