Frontend: Only reload icons in chat when the chat room is open

master
James Rowe 2019-01-17 12:25:17 +07:00
parent f110cd95a6
commit 3523831195
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();
}