Add database settings widget and ability to change transform rounds count.
This commit is contained in:
committed by
Felix Geyer
parent
8acd6f74d8
commit
1fc5f7a69f
@@ -258,6 +258,11 @@ void DatabaseTabWidget::changeMasterKey()
|
||||
currentDatabaseWidget()->switchToMasterKeyChange();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::changeDatabaseSettings()
|
||||
{
|
||||
currentDatabaseWidget()->switchToDatabaseSettings();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::createEntry()
|
||||
{
|
||||
currentDatabaseWidget()->createEntry();
|
||||
|
||||
Reference in New Issue
Block a user