DimDesktop: Lowered default dimmerOpacity from 0.8 to 0.6

This commit is contained in:
ItsLemmy
2025-11-18 19:55:16 -05:00
parent 592e261eb8
commit 260cb34c96
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ Singleton {
// general
property JsonObject general: JsonObject {
property string avatarImage: ""
property real dimmerOpacity: 0.8
property real dimmerOpacity: 0.6
property bool showScreenCorners: false
property bool forceBlackScreenCorners: false
property real scaleRatio: 1.0