mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-16 20:59:38 +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
|
||||
|
||||
/* All combine-able search flags combined */
|
||||
MPEntrySearchAllCombineableFlags = (MPEntrySearchDoublePasswords |
|
||||
MPEntrySearchExpiredEntries |
|
||||
MPEntrySearchNotes |
|
||||
MPEntrySearchAllCombineableFlags = (MPEntrySearchNotes |
|
||||
MPEntrySearchPasswords |
|
||||
MPEntrySearchTitles |
|
||||
MPEntrySearchUrls |
|
||||
|
||||
Reference in New Issue
Block a user