From a128c14752ae3892fc52e8fd0d61760b3de9348d Mon Sep 17 00:00:00 2001 From: Avii Date: Fri, 7 Aug 2026 16:45:17 +0200 Subject: [PATCH] 1786113917 --- build | 2 +- ui/main.slint | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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);