mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 18:42:24 +00:00
Fixed error that issues a save every time settings were stored
This commit is contained in:
@@ -383,8 +383,8 @@
|
|||||||
- (void)didSaveDatabaseSettings {
|
- (void)didSaveDatabaseSettings {
|
||||||
if (_saveAfterPasswordEdit) {
|
if (_saveAfterPasswordEdit) {
|
||||||
_saveAfterPasswordEdit = NO;
|
_saveAfterPasswordEdit = NO;
|
||||||
|
[[self document] saveDocument:nil];
|
||||||
}
|
}
|
||||||
[[self document] saveDocument:nil];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma mark Helper
|
#pragma mark Helper
|
||||||
|
|||||||
Reference in New Issue
Block a user