mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06: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:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user