mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-12-25 20:56:51 +00:00
Frontend: Only reload icons in chat when the chat room is open
This commit is contained in:
parent
f110cd95a6
commit
3523831195
|
@ -194,7 +194,8 @@ void MultiplayerState::UpdateThemedIcons() {
|
||||||
} else {
|
} else {
|
||||||
status_icon->setPixmap(QIcon::fromTheme("disconnected").pixmap(16));
|
status_icon->setPixmap(QIcon::fromTheme("disconnected").pixmap(16));
|
||||||
}
|
}
|
||||||
client_room->UpdateIconDisplay();
|
if (client_room)
|
||||||
|
client_room->UpdateIconDisplay();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void BringWidgetToFront(QWidget* widget) {
|
static void BringWidgetToFront(QWidget* widget) {
|
||||||
|
|
Loading…
Reference in a new issue