feat: Show app path in app tunneling screen

This commit is contained in:
Anton K 2025-06-29 12:38:41 +03:00
parent 979ab42c5a
commit c948681624
3 changed files with 12 additions and 5 deletions

View file

@ -12,7 +12,8 @@ class AppSplitTunnelingModel: public QAbstractListModel
public:
enum Roles {
AppPathRole = Qt::UserRole + 1,
AppNameRole = Qt::UserRole + 1,
AppPathRole,
PackageAppNameRole,
PackageAppIconRole
};