From 96030ecb337219fbeecf8fdafd053543cb5000e2 Mon Sep 17 00:00:00 2001 From: Avii Date: Thu, 6 Aug 2026 23:01:53 +0200 Subject: [PATCH] 1786050113 --- ui/main.slint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/main.slint b/ui/main.slint index 027ccf9..b54bb6d 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 property checked: false; + in_out property checked: false; in property enabled: true; alignment: end;