mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-07 09:05:11 -04:00
Expand GUI to allow changing the master key.
This commit is contained in:
parent
0ad1bf0a70
commit
2612fc8e44
10 changed files with 345 additions and 4 deletions
|
@ -223,6 +223,11 @@ void DatabaseTabWidget::saveDatabaseAs(int index)
|
|||
saveDatabaseAs(indexDatabase(index));
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::changeMasterKey()
|
||||
{
|
||||
currentDatabaseWidget()->switchToMasterKeyChange();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::createEntry()
|
||||
{
|
||||
currentDatabaseWidget()->createEntry();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue