mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
fix: warning visible only on windows (#1900)
This commit is contained in:
@@ -155,7 +155,7 @@ PageType {
|
|||||||
textString: qsTr("Only \"Apps from the list should not have access via VPN\" mode is available on Windows")
|
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"
|
iconPath: "qrc:/images/controls/alert-circle.svg"
|
||||||
|
|
||||||
enabled: (Qt.platform.os === "windows") && root.pageEnabled
|
visible: (Qt.platform.os === "windows") && root.pageEnabled
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user