mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 13:24:40 -04:00
Window animations & tags instead of classes
This commit is contained in:
@@ -5,8 +5,7 @@ namespace {
|
||||
|
||||
Rml::Element* createRoot(Rml::Element* parent) {
|
||||
auto* doc = parent->GetOwnerDocument();
|
||||
auto elem = doc->CreateElement("div");
|
||||
elem->SetClass("tab-bar", true);
|
||||
auto elem = doc->CreateElement("tab-bar");
|
||||
return parent->AppendChild(std::move(elem));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user