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