mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Search in root group by default.
This commit is contained in:
parent
e166722026
commit
dd82c9f8f9
2 changed files with 5 additions and 2 deletions
|
@ -553,7 +553,7 @@ void DatabaseWidget::showSearch()
|
|||
|
||||
m_searchUi->searchCurrentRadioButton->blockSignals(true);
|
||||
m_searchUi->searchRootRadioButton->blockSignals(true);
|
||||
m_searchUi->searchCurrentRadioButton->setChecked(true);
|
||||
m_searchUi->searchRootRadioButton->setChecked(true);
|
||||
m_searchUi->searchCurrentRadioButton->blockSignals(false);
|
||||
m_searchUi->searchRootRadioButton->blockSignals(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue