mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-14 03:52:13 -04:00
Resolve RmlUi deprecation warning, add L1/R1 tabbing to MenuBar
This commit is contained in:
@@ -278,7 +278,7 @@ public:
|
||||
mFileName = append(content, "div");
|
||||
mFileName->SetClass("verification-file", true);
|
||||
|
||||
mProgress = append(content, "progressbar");
|
||||
mProgress = append(content, "progress");
|
||||
mProgress->SetClass("progress-ongoing", true);
|
||||
mProgress->SetClass("verification-progress-bar", true);
|
||||
mProgress->SetAttribute("value", 0.f);
|
||||
|
||||
Reference in New Issue
Block a user