Resolve RmlUi deprecation warning, add L1/R1 tabbing to MenuBar

This commit is contained in:
Irastris
2026-05-07 13:48:12 -04:00
parent ff054f6f47
commit cf12d19860
4 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -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);