diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2023-01-07 13:03:02 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2023-01-07 13:03:02 +0000 |
commit | 56a8bcceb14e6d06eca525f3ce13473aa6dc7a22 (patch) | |
tree | 657a39365b148f9e7f6c978bd88d8925bc18b77a /src/yuzu/main.cpp | |
parent | ab6859086d9bbcab9f3a062f2b8c8cf191591eaa (diff) |
"Merge Tagged PR 9042"mainline-0-1299
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 c55f81c2f1..43f6153072 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -948,7 +948,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); |