mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 10:39:59 +00:00
DolphinQt: Added checkbox to filter out NetPlay sessions that are already in-game.
This commit is contained in:
parent
013e0528d5
commit
dab4f8b36e
2 changed files with 7 additions and 0 deletions
|
@ -54,6 +54,7 @@ private:
|
|||
QLineEdit* m_edit_name;
|
||||
QLineEdit* m_edit_game_id;
|
||||
QCheckBox* m_check_hide_incompatible;
|
||||
QCheckBox* m_check_hide_ingame;
|
||||
|
||||
QRadioButton* m_radio_all;
|
||||
QRadioButton* m_radio_private;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue