1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 16:02:51 -05:00

controlcenter: default vpn button to on

This commit is contained in:
bbedward
2025-12-05 14:21:19 -05:00
parent 1f00b5f577
commit 844e91dc9e
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ var SPEC = {
controlCenterShowNetworkIcon: { def: true },
controlCenterShowBluetoothIcon: { def: true },
controlCenterShowAudioIcon: { def: true },
controlCenterShowVpnIcon: { def: false },
controlCenterShowVpnIcon: { def: true },
controlCenterShowBrightnessIcon: { def: false },
controlCenterShowMicIcon: { def: false },
controlCenterShowBatteryIcon: { def: false },