[Download]: Update format string (#738)
This commit is contained in:
parent
b599a9c700
commit
11f940987a
@ -372,7 +372,7 @@ namespace Components
|
|||||||
Scheduler::Once([]
|
Scheduler::Once([]
|
||||||
{
|
{
|
||||||
framePushed = false;
|
framePushed = false;
|
||||||
Dvar::Var("ui_dl_progress").set(std::format("({}/{}) {}%%", dlIndex, dlSize, dlProgress));
|
Dvar::Var("ui_dl_progress").set(std::format("({}/{}) {}%", dlIndex, dlSize, dlProgress));
|
||||||
}, Scheduler::Pipeline::CLIENT);
|
}, Scheduler::Pipeline::CLIENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user