mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
Qt/NetPlayDialog: Show alerts when events happen
Displays an alert when you receive a message or a player joins / leaves
This commit is contained in:
parent
196bf8dbe2
commit
9ab489aab8
2 changed files with 10 additions and 3 deletions
|
@ -112,4 +112,5 @@ private:
|
|||
bool m_is_copy_button_retry = false;
|
||||
bool m_got_stop_request = true;
|
||||
int m_buffer_size = 0;
|
||||
int m_player_count = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue