mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
fixed typo
This commit is contained in:
@@ -218,7 +218,7 @@ static MPAutotypeDaemon *_sharedInstance;
|
||||
return nil;
|
||||
}
|
||||
if(candidates == 1 ) {
|
||||
return autotypeCandidates.lastObject;
|
||||
return autotypeCandidates.lastObject;
|
||||
}
|
||||
[self _presentSelectionWindow:autotypeCandidates];
|
||||
return nil; // Nothing to do, we get called back by the window
|
||||
|
||||
Reference in New Issue
Block a user