mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
using non-leaking KeePassKit
This commit is contained in:
2
Cartfile
2
Cartfile
@@ -1,3 +1,3 @@
|
|||||||
github "sparkle-project/Sparkle" ~> 1.17.0
|
github "sparkle-project/Sparkle" ~> 1.17.0
|
||||||
github "mstarke/KeePassKit" "d24bde60a1d73ab2483277f1b424d30d75210150"
|
github "mstarke/KeePassKit" "19073179a3f4d0dad79d4ac67e39f3dec4f2f6fe"
|
||||||
github "mstarke/HNHUi" ~> 1.1
|
github "mstarke/HNHUi" ~> 1.1
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
github "mstarke/HNHUi" "1.1"
|
github "mstarke/HNHUi" "1.1"
|
||||||
github "mstarke/KeePassKit" "d24bde60a1d73ab2483277f1b424d30d75210150"
|
github "mstarke/KeePassKit" "19073179a3f4d0dad79d4ac67e39f3dec4f2f6fe"
|
||||||
github "sparkle-project/Sparkle" "1.17.0"
|
github "sparkle-project/Sparkle" "1.17.0"
|
||||||
|
|||||||
@@ -311,7 +311,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (NSMenu *)_buildTemplateTreeMenu:(KPKTree *)tree {
|
- (NSMenu *)_buildTemplateTreeMenu:(KPKTree *)tree {
|
||||||
NSMenu *menu = [self _buildTreeMenu:tree preselect:tree.metaData.entryTemplatesGroup];
|
NSMenu *menu = [self _buildTreeMenu:tree preselect:tree.metaData.entryTemplatesGroupUuid];
|
||||||
|
|
||||||
NSMenuItem *selectItem = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"NO_TEMPLATE_GROUP", @"Menu item to reset the template groups")
|
NSMenuItem *selectItem = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"NO_TEMPLATE_GROUP", @"Menu item to reset the template groups")
|
||||||
action:NULL
|
action:NULL
|
||||||
|
|||||||
@@ -424,7 +424,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
|||||||
|
|
||||||
- (KPKGroup *)templates {
|
- (KPKGroup *)templates {
|
||||||
/* Caching is dangerous as we might have deleted the group */
|
/* Caching is dangerous as we might have deleted the group */
|
||||||
return [self findGroup:self.tree.metaData.entryTemplatesGroup];
|
return [self findGroup:self.tree.metaData.entryTemplatesGroupUuid];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL)hasSearch {
|
- (BOOL)hasSearch {
|
||||||
|
|||||||
Reference in New Issue
Block a user