diff --git a/MacPass/MPDatabaseSettingsWindowController.m b/MacPass/MPDatabaseSettingsWindowController.m index aa08809e..c9d42afc 100644 --- a/MacPass/MPDatabaseSettingsWindowController.m +++ b/MacPass/MPDatabaseSettingsWindowController.m @@ -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]; }