UI text change

This commit is contained in:
N00MKRAD
2021-04-20 22:51:08 +02:00
parent 3ff676ba47
commit 99d86b1143

View File

@@ -40,7 +40,7 @@ namespace Flowframes.OS
await Task.Delay(500);
if(sw.ElapsedMilliseconds > 10000)
{
Logger.Log($"This can take up to a few minutes... (Elapsed: {FormatUtils.Time(sw.Elapsed)})", false, shownPatienceMsg);
Logger.Log($"This can take up to a few minutes, but only needs to be done once. (Elapsed: {FormatUtils.Time(sw.Elapsed)})", false, shownPatienceMsg);
shownPatienceMsg = true;
await Task.Delay(500);
}