mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Implement best matches only option with browser integration (#1822)
This commit is contained in:
parent
963ac75389
commit
48295efe0d
3 changed files with 20 additions and 12 deletions
|
@ -67,7 +67,6 @@ void BrowserOptionDialog::loadSettings()
|
|||
// hide unimplemented options
|
||||
// TODO: fix this
|
||||
m_ui->showNotification->hide();
|
||||
m_ui->bestMatchOnly->hide();
|
||||
|
||||
if (settings.sortByUsername()) {
|
||||
m_ui->sortByUsername->setChecked(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue