mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-15 04:52:29 +00:00
Encryption rounds are now stored when settings are saved (fixes #228)
This commit is contained in:
@@ -153,6 +153,8 @@ void _MPSetState(id stateItem, BOOL isOn) {
|
|||||||
[defaults setBool:protectUsername forKey:kMPSettingsKeyLegacyHideUsername];
|
[defaults setBool:protectUsername forKey:kMPSettingsKeyLegacyHideUsername];
|
||||||
[defaults synchronize];
|
[defaults synchronize];
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
metaData.rounds = MAX(0,[self.encryptionRoundsTextField integerValue]);
|
||||||
[self close:nil];
|
[self close:nil];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
APPKIT_EXTERN NSString *const MPOutlineViewDidChangeGroupSelection;
|
APPKIT_EXTERN NSString *const MPOutlineViewDidChangeGroupSelection;
|
||||||
|
|
||||||
@class MPOutlineViewDelegate;
|
|
||||||
@class HNHGradientView;
|
@class HNHGradientView;
|
||||||
@class MPDocument;
|
@class MPDocument;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user