mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 18:42:24 +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 synchronize];
|
||||
*/
|
||||
|
||||
metaData.rounds = MAX(0,[self.encryptionRoundsTextField integerValue]);
|
||||
[self close:nil];
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
APPKIT_EXTERN NSString *const MPOutlineViewDidChangeGroupSelection;
|
||||
|
||||
@class MPOutlineViewDelegate;
|
||||
@class HNHGradientView;
|
||||
@class MPDocument;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user