1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

display: fix brightness OSD suppression

This commit is contained in:
bbedward
2025-11-03 14:17:10 -05:00
parent 893fd820a3
commit 5d40138585

View File

@@ -528,7 +528,7 @@ Singleton {
}
function onBrightnessDeviceUpdate(device) {
updateSingleDevice(device, false)
updateSingleDevice(device, true)
}
}