sketching for new KeyDerivation and Cipher selection

This commit is contained in:
michael starke
2016-11-11 19:20:48 +01:00
parent cfd559b759
commit 331236af4d
10 changed files with 209 additions and 182 deletions

View File

@@ -82,7 +82,7 @@
- (void)_updateNote {
NSString *uti = self.fileTypePopupButton.selectedItem.representedObject;
BOOL showInfoText = (self.document.tree.minimumType == KPKDatabaseFormatKdbx && [uti isEqualToString:MPKdbDocumentUTI]);
BOOL showInfoText = (self.document.tree.minimumFormat == KPKDatabaseFormatKdbx && [uti isEqualToString:MPKdbDocumentUTI]);
self.infoTextField.hidden = !showInfoText;
}