mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-17 08:49:34 +00:00
Fixed wrong combineable flags
This commit is contained in:
@@ -34,9 +34,7 @@ typedef NS_OPTIONS(NSUInteger, MPEntrySearchFlags) {
|
|||||||
MPEntrySearchExpiredEntries = (1<<7), // do not combine with others. Exclusive flag
|
MPEntrySearchExpiredEntries = (1<<7), // do not combine with others. Exclusive flag
|
||||||
|
|
||||||
/* All combine-able search flags combined */
|
/* All combine-able search flags combined */
|
||||||
MPEntrySearchAllCombineableFlags = (MPEntrySearchDoublePasswords |
|
MPEntrySearchAllCombineableFlags = (MPEntrySearchNotes |
|
||||||
MPEntrySearchExpiredEntries |
|
|
||||||
MPEntrySearchNotes |
|
|
||||||
MPEntrySearchPasswords |
|
MPEntrySearchPasswords |
|
||||||
MPEntrySearchTitles |
|
MPEntrySearchTitles |
|
||||||
MPEntrySearchUrls |
|
MPEntrySearchUrls |
|
||||||
|
|||||||
Reference in New Issue
Block a user