diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2022-11-12 13:03:04 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2022-11-12 13:03:04 +0000 |
commit | 70cf2745efeeeda755db7a5a562412cd59d0c773 (patch) | |
tree | 0d350fabab7be82fe4580854ba56ea42ff3a37c3 /src/yuzu/main.cpp | |
parent | 08091ff3e38665181fedcc476a7b83b84159e7a4 (diff) |
"Merge Tagged PR 9042"mainline-0-1232
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 032ff1cbcb..c8ab03d473 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -918,7 +918,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); |