mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-12 13:04:38 -04:00
Rework Settings components
This commit is contained in:
@@ -43,7 +43,6 @@ void Component::set_selected(bool value) {
|
||||
return;
|
||||
}
|
||||
mRoot->SetPseudoClass("selected", value);
|
||||
mRoot->DispatchEvent(Rml::EventId::Change, {{"selected", Rml::Variant{value}}});
|
||||
}
|
||||
|
||||
void Component::set_disabled(bool value) {
|
||||
|
||||
Reference in New Issue
Block a user