diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2022-11-17 13:02:32 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2022-11-17 13:02:32 +0000 |
commit | 7e56442e318537af619a2ec6a71bb209ebf9a6d1 (patch) | |
tree | 08cf059f2c6403ecacaaf252e6ffd64a547cc11f /src/yuzu/main.cpp | |
parent | f426fd95fe9e31beb7ea926cc7677a027a431da5 (diff) |
"Merge Tagged PR 9042"mainline-0-1237
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 72498f52a7..2d304d6538 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -917,7 +917,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); |