1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-11 08:12:09 -04:00

gamma: fix non-automation toggling

fixes #924
This commit is contained in:
bbedward
2025-12-07 12:02:50 -05:00
parent 60d22d6973
commit f245ba82ad
2 changed files with 4 additions and 3 deletions

View File

@@ -506,7 +506,7 @@ Singleton {
DMSService.sendRequest("wayland.gamma.setTemperature", {
"low": temperature,
"high": 6500
"high": temperature
}, response => {
if (response.error) {
console.error("DisplayService: Failed to set temperature:", response.error);