Edit percentage presentation
This commit is contained in:
parent
5a45c59b92
commit
549cefdd90
@ -19,7 +19,7 @@
|
||||
|
||||
if (percent < 100)
|
||||
{
|
||||
Excel.StatusBar = $"{Message} Выполнено {percent.ToString("#.##")} %";
|
||||
Excel.StatusBar = $"{Message} Выполнено {percent.ToString("#.#")} %";
|
||||
}
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user