feat: Show app path in app tunneling screen
This commit is contained in:
parent
979ab42c5a
commit
c948681624
3 changed files with 12 additions and 5 deletions
|
|
@ -12,7 +12,8 @@ class AppSplitTunnelingModel: public QAbstractListModel
|
|||
|
||||
public:
|
||||
enum Roles {
|
||||
AppPathRole = Qt::UserRole + 1,
|
||||
AppNameRole = Qt::UserRole + 1,
|
||||
AppPathRole,
|
||||
PackageAppNameRole,
|
||||
PackageAppIconRole
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue