diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2022-11-08 13:02:48 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2022-11-08 13:02:48 +0000 |
commit | 8d432da0eba88b86455d44807f9260ec3a87a871 (patch) | |
tree | 560060ee14b11ba6e50490fa5d7bfffba2cf4550 /src/yuzu/main.cpp | |
parent | dc520a487d17ac377b26ee531d48f5ed64c42851 (diff) |
"Merge Tagged PR 9042"mainline-0-1228
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); |