mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +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]);
|
||||
/* Register an action to enable promts when user cloeses without saving */
|
||||
[_document updateChangeCount:NSChangeDone];
|
||||
[self close:nil];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user