mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Help users be more patient when starting a dump
This commit is contained in:
@@ -638,8 +638,12 @@ namespace MPF.Windows
|
||||
DisableAllUIElements();
|
||||
|
||||
// Output to the label and log
|
||||
StatusLabel.Content = "Beginning dumping process";
|
||||
LogOutput.LogLn("Starting dumping process..");
|
||||
StatusLabel.Content = "Starting dumping process... Please wait!";
|
||||
LogOutput.LogLn("Starting dumping process... Please wait!");
|
||||
if (this.UIOptions.Options.ToolsInSeparateWindow)
|
||||
LogOutput.LogLn("Look for the separate command window for more details");
|
||||
else
|
||||
LogOutput.LogLn("Program outputs may be slow to populate in the log window");
|
||||
|
||||
// Get progress indicators
|
||||
var resultProgress = new Progress<Result>();
|
||||
|
||||
Reference in New Issue
Block a user