diff options
Diffstat (limited to 'gui/devices/watch/res')
-rw-r--r-- | gui/devices/watch/res/watch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml index b4b7062fe..686b24b3f 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -2592,7 +2592,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> |