diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2022-10-31 12:02:29 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2022-10-31 12:02:29 +0000 |
commit | ba470b943413cfe0bdfa00cb9d282c28c5cef2c5 (patch) | |
tree | 1fcd9d6057254d5f5a6651e1aa69d75f59b20f72 /src/yuzu/main.cpp | |
parent | fb208396fdd57dbf8fdd27011e6d1c9167f89153 (diff) |
"Merge Tagged PR 9042"mainline-0-1219
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 7b16d7f7e2..a43a110ac7 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); |