mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +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->searchCurrentRadioButton->blockSignals(true);
|
||||||
m_searchUi->searchRootRadioButton->blockSignals(true);
|
m_searchUi->searchRootRadioButton->blockSignals(true);
|
||||||
m_searchUi->searchCurrentRadioButton->setChecked(true);
|
m_searchUi->searchRootRadioButton->setChecked(true);
|
||||||
m_searchUi->searchCurrentRadioButton->blockSignals(false);
|
m_searchUi->searchCurrentRadioButton->blockSignals(false);
|
||||||
m_searchUi->searchRootRadioButton->blockSignals(false);
|
m_searchUi->searchRootRadioButton->blockSignals(false);
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
<string>Current group</string>
|
<string>Current group</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>true</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -63,6 +63,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Root group</string>
|
<string>Root group</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="checked">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue