diff --git a/build b/build index cb1f2f6..b4c588d 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 r -r" diff --git a/ui/main.slint b/ui/main.slint index c5d082b..6a1ef58 100644 --- a/ui/main.slint +++ b/ui/main.slint @@ -1,3 +1,5 @@ +// Respectfully stolen from https://github.com/justinledwards/ferrink-home-assistant <3 + export global Settings { in-out property dark-mode: true; }