This commit is contained in:
Developer01
2026-02-12 17:25:40 +01:00
parent e086c5db14
commit 950aeba89e
4 changed files with 76 additions and 2 deletions

View File

@@ -2044,7 +2044,7 @@ Public Class frmMain
' SCHRITT 4: UI-Thread Zeit zum Rendern des LoadingPanels geben
Application.DoEvents()
Await Task.Delay(50)
Await Task.Delay(150)
If LOG_HOTSPOTS Then
Dim elapsed = (DateTime.Now - perfStep).TotalMilliseconds