mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Make aura settings apply instantly
This commit is contained in:
@@ -24,6 +24,7 @@ export component SystemSlider inherits RogItem {
|
||||
vertical-alignment: TextVerticalAlignment.center;
|
||||
color: Palette.control-foreground;
|
||||
text <=> root.text;
|
||||
|
||||
}
|
||||
|
||||
Text {
|
||||
@@ -62,6 +63,7 @@ export component SystemToggle inherits RogItem {
|
||||
vertical-alignment: TextVerticalAlignment.center;
|
||||
color: Palette.control-foreground;
|
||||
text <=> root.text;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -92,6 +94,7 @@ export component SystemToggleVert inherits RogItem {
|
||||
horizontal-alignment: TextHorizontalAlignment.center;
|
||||
color: Palette.control-foreground;
|
||||
text <=> root.text;
|
||||
|
||||
}
|
||||
|
||||
HorizontalLayout {
|
||||
@@ -122,6 +125,7 @@ export component SystemDropdown inherits RogItem {
|
||||
vertical-alignment: TextVerticalAlignment.center;
|
||||
color: Palette.control-foreground;
|
||||
text <=> root.text;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user