Qt: Fix double-scanning of game list at start

This commit is contained in:
Connor McLaughlin 2020-01-01 14:02:45 +10:00
parent 77a47c87d2
commit 3bdafa1932

View file

@ -17,9 +17,6 @@ MainWindow::MainWindow(QtHostInterface* host_interface) : QMainWindow(nullptr),
setupAdditionalUi();
connectSignals();
// force a scan of the game list
m_host_interface->refreshGameList();
resize(750, 690);
}