diff options
Diffstat (limited to 'gui/devices/portrait')
-rw-r--r-- | gui/devices/portrait/res/portrait.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/devices/portrait/res/portrait.xml b/gui/devices/portrait/res/portrait.xml index 6a3618e62..0be685517 100644 --- a/gui/devices/portrait/res/portrait.xml +++ b/gui/devices/portrait/res/portrait.xml @@ -2628,7 +2628,7 @@ <action function="set">tw_brightness=%tw_brightness_max%</action> <action function="compute">tw_brightness*%tw_brightness_pct%</action> <action function="compute">tw_brightness/100</action> - <action function="cmd">echo %tw_brightness% > "%tw_brightness_file%"</action> + <action function="setbrightness">%tw_brightness%</action> </actions> </object> |