mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-26 13:44:54 -05:00
Add Import/Export to application settings
* Closes #9452 - add import/export buttons to application settings * Fixes #11120 - duplicate both menubar and toolbar visibility settings into the application settings * Fixes #8561 - improve placement of various settings between General and Security pages * Improve tool tip for backup database setting * Improve wording of various settings
This commit is contained in:
parent
94eb3ffa7a
commit
413eec9b8c
8 changed files with 339 additions and 141 deletions
|
|
@ -1714,6 +1714,8 @@ void MainWindow::applySettingsChanges()
|
|||
m_inactivityTimer->deactivate();
|
||||
}
|
||||
|
||||
m_ui->actionShowToolbar->setChecked(!config()->get(Config::GUI_HideToolbar).toBool());
|
||||
m_ui->actionShowMenubar->setChecked(!config()->get(Config::GUI_HideMenubar).toBool());
|
||||
m_ui->menubar->setHidden(config()->get(Config::GUI_HideMenubar).toBool());
|
||||
m_ui->toolBar->setHidden(config()->get(Config::GUI_HideToolbar).toBool());
|
||||
auto movable = config()->get(Config::GUI_MovableToolbar).toBool();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue