diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2022-11-10 13:02:53 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2022-11-10 13:02:53 +0000 |
commit | a23c61dc3850d6baead00689bbea8875f2bcbdfb (patch) | |
tree | 704d57f1a2e984bb4d049116617ae1e1feb82971 /src/yuzu/main.cpp | |
parent | 770f23db341c6fad8c2647b6c0015348f6dc8730 (diff) |
"Merge Tagged PR 9042"mainline-0-1230
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 59e56633ad..659cfb4412 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); |