disable transparency by default (why was this even on...)

This commit is contained in:
end-4
2025-09-01 08:39:10 +02:00
parent e636920c44
commit 7121a4ae30
@@ -82,7 +82,7 @@ Singleton {
property bool extraBackgroundTint: true
property int fakeScreenRounding: 2 // 0: None | 1: Always | 2: When not fullscreen
property JsonObject transparency: JsonObject {
property bool enable: true
property bool enable: false
property bool automatic: true
property real backgroundTransparency: 0.11
property real contentTransparency: 0.57