1
0
Fork 0
mirror of https://github.com/Lime3DS/Lime3DS synced 2025-01-09 13:43:27 +00:00

Fixed and issue where multiplayer state was covering the File and Emulation menu items when it shouldn't even be visible

This commit is contained in:
James Rowe 2018-04-09 09:49:51 -06:00
parent 599eebf511
commit aa391ed60d

View file

@ -173,6 +173,7 @@ void GMainWindow::InitializeWidgets() {
ui.horizontalLayout->addWidget(game_list);
multiplayer_state = new MultiplayerState(this, game_list->GetModel());
multiplayer_state->setVisible(false);
// Setup updater
updater = new Updater(this);