mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 21:51:17 +00:00
Add "View details" to PC list (#1221)
* feat: add view pc details menu item * feat: show mac address * fix: cast mac byte array to string
This commit is contained in:
@@ -15,7 +15,8 @@ class ComputerModel : public QAbstractListModel
|
||||
BusyRole,
|
||||
WakeableRole,
|
||||
StatusUnknownRole,
|
||||
ServerSupportedRole
|
||||
ServerSupportedRole,
|
||||
DetailsRole
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user