feat: warning on app split tunneling for windows (#1880)

This commit is contained in:
MrMirDan
2025-09-29 05:45:14 +03:00
committed by GitHub
parent 73f13404bb
commit 524fefc5cb

View File

@@ -145,6 +145,18 @@ PageType {
}
}
}
WarningType {
Layout.fillWidth: true
Layout.topMargin: 8
Layout.leftMargin: 16
Layout.rightMargin: 16
textString: qsTr("Only \"Apps from the list should not have access via VPN\" mode is available on Windows")
iconPath: "qrc:/images/controls/alert-circle.svg"
enabled: (Qt.platform.os === "windows") && root.pageEnabled
}
}
ListViewType {