Qt: Fix double-scanning of game list at start
This commit is contained in:
parent
77a47c87d2
commit
3bdafa1932
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue