1786050113
This commit is contained in:
@@ -11,7 +11,7 @@ import { FilledIcons, OutlinedIcons } from "./icons.slint";
|
|||||||
|
|
||||||
component LightSwitch inherits Horizontal {
|
component LightSwitch inherits Horizontal {
|
||||||
in property <string> text: "";
|
in property <string> text: "";
|
||||||
in property <bool> checked: false;
|
in_out property <bool> checked: false;
|
||||||
in property <bool> enabled: true;
|
in property <bool> enabled: true;
|
||||||
|
|
||||||
alignment: end;
|
alignment: end;
|
||||||
|
|||||||
Reference in New Issue
Block a user