mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 06:45:45 -04:00
Qt: Fix double-scanning of game list at start
This commit is contained in:
@ -17,9 +17,6 @@ MainWindow::MainWindow(QtHostInterface* host_interface) : QMainWindow(nullptr),
|
|||||||
setupAdditionalUi();
|
setupAdditionalUi();
|
||||||
connectSignals();
|
connectSignals();
|
||||||
|
|
||||||
// force a scan of the game list
|
|
||||||
m_host_interface->refreshGameList();
|
|
||||||
|
|
||||||
resize(750, 690);
|
resize(750, 690);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user