1786050113

This commit is contained in:
2026-08-06 23:01:53 +02:00
parent b469350f8a
commit 96030ecb33

View File

@@ -11,7 +11,7 @@ import { FilledIcons, OutlinedIcons } from "./icons.slint";
component LightSwitch inherits Horizontal {
in property <string> text: "";
in property <bool> checked: false;
in_out property <bool> checked: false;
in property <bool> enabled: true;
alignment: end;