1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

lock: make VPN icon white to be consistent with others

fixes #926
This commit is contained in:
bbedward
2025-12-08 13:24:53 -05:00
parent 9d1e0ee29b
commit 52fcd3ad98

View File

@@ -1110,7 +1110,7 @@ Item {
DankIcon {
name: "vpn_lock"
size: Theme.iconSize - 2
color: NetworkService.vpnConnected ? Theme.primary : Qt.rgba(255, 255, 255, 0.5)
color: "white"
anchors.verticalCenter: parent.verticalCenter
visible: NetworkService.vpnAvailable && NetworkService.vpnConnected
}