[chore:] tiny improvements for address check
This commit is contained in:
@@ -16,9 +16,9 @@ public partial class ProgressWindow : Window
|
||||
PbProgress.Value = percentage;
|
||||
}
|
||||
|
||||
public void AddToLog(string message)
|
||||
public void AddToLog(string message, string percent)
|
||||
{
|
||||
TbLog.Text = message;
|
||||
TbLog.Text = message + $"\n{percent}%";
|
||||
//ScvLog.ScrollToEnd();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user