1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 07:52:50 -05:00

Add volume and brightness percentages (#1148)

This commit is contained in:
Aaron Tulino
2025-12-25 10:07:29 -07:00
committed by GitHub
parent df6c60213f
commit 6b6f51cd1f
8 changed files with 193 additions and 12 deletions

View File

@@ -54,9 +54,12 @@ var SPEC = {
controlCenterShowNetworkIcon: { def: true },
controlCenterShowBluetoothIcon: { def: true },
controlCenterShowAudioIcon: { def: true },
controlCenterShowAudioPercent: { def: false },
controlCenterShowVpnIcon: { def: true },
controlCenterShowBrightnessIcon: { def: false },
controlCenterShowBrightnessPercent: { def: false },
controlCenterShowMicIcon: { def: false },
controlCenterShowMicPercent: { def: false },
controlCenterShowBatteryIcon: { def: false },
controlCenterShowPrinterIcon: { def: false },