desktopclock: background blur GameMode support (#1145)
This commit is contained in:
parent
45b87645e2
commit
4c72e3e06b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Item {
|
|||
|
||||
property real scale: Config.background.desktopClock.scale
|
||||
readonly property bool bgEnabled: Config.background.desktopClock.background.enabled
|
||||
readonly property bool blurEnabled: bgEnabled && Config.background.desktopClock.background.blur
|
||||
readonly property bool blurEnabled: bgEnabled && Config.background.desktopClock.background.blur && !GameMode.enabled
|
||||
readonly property bool invertColors: Config.background.desktopClock.invertColors
|
||||
readonly property bool useLightSet: Colours.light ? !invertColors : invertColors
|
||||
readonly property color safePrimary: useLightSet ? Colours.palette.m3primaryContainer : Colours.palette.m3primary
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue