citra_qt/multiplayer: Update themed icon on theme change

This commit is contained in:
zhupengfei 2019-01-16 22:01:21 +08:00
parent 5f0dcd52ae
commit 2d65371c20
No known key found for this signature in database
GPG key ID: DD129E108BD09378
5 changed files with 39 additions and 35 deletions

View file

@ -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();
}