fix: warning visible only on windows (#1900)

This commit is contained in:
MrMirDan
2025-10-02 15:59:23 +03:00
committed by GitHub
parent 3ea47d31a9
commit 3ec6d8973b

View File

@@ -155,7 +155,7 @@ PageType {
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
visible: (Qt.platform.os === "windows") && root.pageEnabled
}
}