Merge pull request #1000 from vedgy/eliminate-redundant-makeScanPopup

Eliminate a redundant makeScanPopup() call
This commit is contained in:
Abs62 2018-04-19 18:13:29 +03:00 committed by GitHub
commit b5b199d870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2109,7 +2109,6 @@ void MainWindow::editPreferences()
updateTrayIcon();
applyProxySettings();
applyWebSettings();
makeScanPopup();
ui.tabWidget->setHideSingleTab(cfg.preferences.hideSingleTab);