Edit percentage presentation

This commit is contained in:
Sergey Chebotar 2022-02-05 13:14:44 +03:00
parent 5a45c59b92
commit 549cefdd90

View File

@ -19,7 +19,7 @@
if (percent < 100)
{
Excel.StatusBar = $"{Message} Выполнено {percent.ToString("#.##")} %";
Excel.StatusBar = $"{Message} Выполнено {percent.ToString("#.#")} %";
}
else