mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 00:19:23 +00:00
Changing database settings now sets the document to dirty.
This commit is contained in:
@@ -129,6 +129,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
metaData.rounds = MAX(0,[self.encryptionRoundsTextField integerValue]);
|
metaData.rounds = MAX(0,[self.encryptionRoundsTextField integerValue]);
|
||||||
|
/* Register an action to enable promts when user cloeses without saving */
|
||||||
|
[_document updateChangeCount:NSChangeDone];
|
||||||
[self close:nil];
|
[self close:nil];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user