mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Disable 'Cancel' button on ChangeMasterKeyWidget when setting an initial password for a new database, follow-up to #302
This commit is contained in:
parent
daf0b72eed
commit
6dcb83f913
5 changed files with 10 additions and 3 deletions
|
@ -100,7 +100,7 @@ void DatabaseTabWidget::newDatabase()
|
|||
return;
|
||||
}
|
||||
|
||||
dbStruct.dbWidget->switchToMasterKeyChange();
|
||||
dbStruct.dbWidget->switchToMasterKeyChange(true);
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::openDatabase()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue