mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 13:18:24 +00:00
Merge pull request #4576 from jroweboy/fixup-config
Frontend: Only reload icons in chat when the chat room is open
This commit is contained in:
commit
a6c52d31ca
1 changed files with 2 additions and 1 deletions
|
@ -194,6 +194,7 @@ void MultiplayerState::UpdateThemedIcons() {
|
|||
} else {
|
||||
status_icon->setPixmap(QIcon::fromTheme("disconnected").pixmap(16));
|
||||
}
|
||||
if (client_room)
|
||||
client_room->UpdateIconDisplay();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue