mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-16 04:08:48 +00:00
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
|
|
@ -37,6 +37,7 @@ public:
|
|||
~ChatRoom();
|
||||
|
||||
void SetModPerms(bool is_mod);
|
||||
void UpdateIconDisplay();
|
||||
|
||||
public slots:
|
||||
void OnRoomUpdate(const Network::RoomInformation& info);
|
||||
|
|
@ -58,7 +59,6 @@ private:
|
|||
void AppendChatMessage(const QString&);
|
||||
bool ValidateMessage(const std::string&);
|
||||
void SendModerationRequest(Network::RoomMessageTypes type, const std::string& nickname);
|
||||
void UpdateIconDisplay();
|
||||
|
||||
bool has_mod_perms = false;
|
||||
QStandardItemModel* player_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue