mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Add new Console Icons to GUI
This commit is contained in:
parent
673a2de9c1
commit
7dd26f974f
13 changed files with 222 additions and 110 deletions
|
@ -22,6 +22,8 @@ struct DisplayServer
|
|||
bool registered;
|
||||
|
||||
QString GetHostAddr() const { return discovered ? discovery_host.host_addr : manual_host.GetHost(); }
|
||||
bool IsPS5() const { return discovered ? discovery_host.ps5 :
|
||||
(registered ? chiaki_target_is_ps5(registered_host.GetTarget()) : false); }
|
||||
};
|
||||
|
||||
class MainWindow : public QMainWindow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue