diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2022-11-04 20:35:49 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2022-11-04 20:35:49 +0000 |
commit | 32d8ebcb57c4b5883a0e98f8a7ee5b652814a162 (patch) | |
tree | 161998e74e36c3480fc7d6edae5e5128f7dc7cbf /src/yuzu/main.cpp | |
parent | f199360b63a5f9993eb693f7bb958f479bf28764 (diff) |
"Merge Tagged PR 9042"mainline-0-1224
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); |