diff --git a/build b/build index b4c588d..2f136ec 100755 --- a/build +++ b/build @@ -3,4 +3,4 @@ git add . git commit -am "$(date +%s)" git push -# ssh -t trekstor -- "cd dashboard && git pull && cargo r -r" +ssh -t trekstor -- "cd dashboard && git pull && cargo b -r && systemctl --user restart dashboard" diff --git a/ui/main.slint b/ui/main.slint index 6a1ef58..c628716 100644 --- a/ui/main.slint +++ b/ui/main.slint @@ -293,7 +293,6 @@ export component AppWindow inherits Window { in property updated-text: "WAITING FOR HOME ASSISTANT"; in property action-status: "TAP A ROOM TO CONTROL"; in property lights-summary: "LOADING LIGHTS"; - in-out property dark-mode: false; callback select-room(int); callback change-target(int);