From 158d3a1e6348fa513285f93f8174b964cc5a81cf Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Mon, 13 Oct 2025 10:07:52 -0400 Subject: [PATCH] default settings --- Assets/settings-default.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Assets/settings-default.json b/Assets/settings-default.json index fcaedad4..96523c63 100644 --- a/Assets/settings-default.json +++ b/Assets/settings-default.json @@ -65,6 +65,7 @@ "dimDesktop": true, "showScreenCorners": false, "forceBlackScreenCorners": false, + "scaleRatio": 1, "radiusRatio": 1, "screenRadiusRatio": 1, "animationSpeed": 1, @@ -114,9 +115,9 @@ }, "controlCenter": { "position": "close_to_bar_button", - "quickSettingsStyle": "compact", + "audioControlsEnabled": true, "widgets": { - "quickSettings": [ + "left": [ { "id": "WiFi" }, @@ -125,7 +126,9 @@ }, { "id": "Notifications" - }, + } + ], + "right": [ { "id": "ScreenRecorder" },