1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -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

@@ -100,6 +100,11 @@ Singleton {
property bool controlCenterShowNetworkIcon: true
property bool controlCenterShowBluetoothIcon: true
property bool controlCenterShowAudioIcon: true
property bool showPrivacyButton: true
property bool privacyShowMicIcon: false
property bool privacyShowCameraIcon: false
property bool privacyShowScreenShareIcon: false
property var controlCenterWidgets: [{
"id": "volumeSlider",
"enabled": true,