From 106af2a13def14a342ac4b2410dc6ec0994e1566 Mon Sep 17 00:00:00 2001 From: Avii Date: Thu, 6 Aug 2026 23:03:43 +0200 Subject: [PATCH] 1786050223 --- ui/main.slint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/main.slint b/ui/main.slint index b54bb6d..d40f582 100644 --- a/ui/main.slint +++ b/ui/main.slint @@ -11,7 +11,7 @@ import { FilledIcons, OutlinedIcons } from "./icons.slint"; component LightSwitch inherits Horizontal { in property text: ""; - in_out property checked: false; + in_out property checked; in property enabled: true; alignment: end; @@ -140,7 +140,7 @@ export component MainWindow inherits Window { LightSwitch { text: "Living Room Light"; - enabled: true; + checked: true; } LightSwitch {