mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-20 18:56:07 -05:00
Use the "Hide toolbar" setting
This commit is contained in:
parent
677b8caa63
commit
d843ad414a
2 changed files with 12 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ MainWindow::MainWindow()
|
|||
|
||||
setAcceptDrops(true);
|
||||
|
||||
m_ui->toolBar->setContextMenuPolicy(Qt::PreventContextMenu);
|
||||
m_ui->toolBar->setHidden(config()->get("GUI/HideToolbar").toBool());
|
||||
|
||||
// Setup the search widget in the toolbar
|
||||
SearchWidget* search = new SearchWidget();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue