[chore:] big code-cleanup session

This commit is contained in:
2026-08-02 14:34:49 +02:00
parent 7b49ed8b47
commit 59e7d96131
18 changed files with 134 additions and 597 deletions
-1
View File
@@ -19,6 +19,5 @@ public partial class ProgressWindow : Window
public void AddToLog(string message, string percent)
{
TbLog.Text = message + $"\n{percent}%";
//ScvLog.ScrollToEnd();
}
}