[XCX] Fix error in brightness graphic pack

Some users might've lost their brightness settings while this error was active. If you've enabled the Brightness New graphic pack wondering where the old brightness pack was, its now possible to experience the regular brightness workaround.
This commit is contained in:
Intra 2025-02-25 14:39:42 -06:00 committed by GitHub
parent b28ad54c73
commit 1ee177b162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ $isCustom:int = 1
[Preset]
name = 70% less exposure
category = Exposure and brightness fix
condition = $custom == 1
condition = $isCustom == 1
$exposure:float = 0.32
[Preset]

View File

@ -110,7 +110,7 @@ $crushContrast = 0.75
[Preset]
name = 70% less exposure (AMD)
category = Exposure
condition = $custom == 1
condition = $isCustom == 1
$exposure = 0.32
[Preset]