Implement best matches only option with browser integration (#1822)

This commit is contained in:
Sami Vänttinen 2018-05-06 00:51:03 +03:00 committed by Jonathan White
parent 963ac75389
commit 48295efe0d
3 changed files with 20 additions and 12 deletions

View file

@ -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);