diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2022-11-03 12:02:54 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2022-11-03 12:02:54 +0000 |
commit | 8b1216ff670089244124d0260248f2dd45a7f6ac (patch) | |
tree | d76e41c7f484c8a9156bfd24b9b6c428266bf9ec /src/yuzu/main.cpp | |
parent | ca0d9ef4b8046e5f3e349b9515b190c06dac104d (diff) |
"Merge Tagged PR 9042"mainline-0-1222
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 7b16d7f7e2..a43a110ac7 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -912,7 +912,6 @@ void GMainWindow::InitializeWidgets() { statusBar()->addPermanentWidget(label); } - // TODO (flTobi): Add the widget when multiplayer is fully implemented statusBar()->addPermanentWidget(multiplayer_state->GetStatusText(), 0); statusBar()->addPermanentWidget(multiplayer_state->GetStatusIcon(), 0); |