internal: disable transparency

Oops
This commit is contained in:
2 * r + 2 * t 2025-08-08 19:33:10 +10:00
parent 5b8edfc1e2
commit aa40234888

View file

@ -75,7 +75,7 @@ Singleton {
}
component Transparency: QtObject {
property bool enabled: true
property bool enabled: false
property real base: 0.8
property real layers: 0.75
}