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

Feature/privacy widget - Settings to force icons on (#715)

* Update

* Update

* Update

* Update

* Update

* Set default to false

* Update SettingsData.qml

Set default visibility to false

* privacy widget: fix truncated settings menu

---------

Co-authored-by: bbedward <bbedward@gmail.com>
This commit is contained in:
Pi Home Server
2025-11-15 01:16:17 +01:00
committed by GitHub
parent 3e6be3e762
commit 52fe493da9
5 changed files with 285 additions and 8 deletions

View File

@@ -52,6 +52,12 @@ var SPEC = {
controlCenterShowNetworkIcon: { def: true },
controlCenterShowBluetoothIcon: { def: true },
controlCenterShowAudioIcon: { def: true },
showPrivacyButton: { def: true },
privacyShowMicIcon: { def: false },
privacyShowCameraIcon: { def: false },
privacyShowScreenShareIcon: { def: false },
controlCenterWidgets: { def: [
{ id: "volumeSlider", enabled: true, width: 50 },
{ id: "brightnessSlider", enabled: true, width: 50 },