reworked layout for advanced tab in database settings windows

This commit is contained in:
michael starke
2017-10-16 11:56:02 +02:00
parent f066038476
commit b3e9603390
7 changed files with 324 additions and 193 deletions

View File

@@ -523,8 +523,10 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
if(NSModalResponseOK == result) {
document.tree.metaData.enforceMasterKeyChangeOnce = NO;
}
/* password was not changes, so keep nagging the user! */
[self _presentPasswordIntervalAlerts];
else {
/* password was not changes, so keep nagging the user! */
[self _presentPasswordIntervalAlerts];
}
}];
});
}];