mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 01:59:24 +00:00
Adopting new KeePassKit API
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
}
|
||||
|
||||
/* Fall back to preferred Entry if no match was found */
|
||||
if(contexts.count == 0 && usePreferredEntry) {
|
||||
if(usePreferredEntry && contexts.count == 0 ) {
|
||||
context = [[MPAutotypeContext alloc] initWithEntry:entry andSequence:entry.autotype.defaultKeystrokeSequence];
|
||||
if(context.valid) {
|
||||
[contexts addObject:context];
|
||||
|
||||
Reference in New Issue
Block a user