citra_qt/multiplayer: Update themed icon on theme change
This commit is contained in:
parent
5f0dcd52ae
commit
2d65371c20
5 changed files with 39 additions and 35 deletions
|
@ -109,3 +109,7 @@ void ClientRoomWindow::UpdateView() {
|
|||
// TODO(B3N30): can't get RoomMember*, show error and close window
|
||||
close();
|
||||
}
|
||||
|
||||
void ClientRoomWindow::UpdateIconDisplay() {
|
||||
ui->chat->UpdateIconDisplay();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue