mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:55:46 -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();
|
||||
connectSignals();
|
||||
|
||||
// force a scan of the game list
|
||||
m_host_interface->refreshGameList();
|
||||
|
||||
resize(750, 690);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user