From 9256b5b3d4c9c505118ed566034210212345ee90 Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 14:36:32 +0200 Subject: [PATCH] 1786192592 --- dashboard/ui/climate.slint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboard/ui/climate.slint b/dashboard/ui/climate.slint index ac41542..a2c4916 100644 --- a/dashboard/ui/climate.slint +++ b/dashboard/ui/climate.slint @@ -34,6 +34,8 @@ export component Climate inherits Rectangle { HorizontalBox { height: parent.height; + Rectangle { } + if weather.kind == "sun": Image { colorize: Palette.foreground; width: 120px;