mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Run CleanUp when when skipping a SelfTest step
This commit is contained in:
parent
7d2ac511db
commit
45e765eb5c
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ internal class SelfTestWindow : Window
|
|||
if (ImGuiComponents.IconButton(FontAwesomeIcon.StepForward))
|
||||
{
|
||||
this.stepResults.Add((SelfTestStepResult.NotRan, null));
|
||||
this.steps[this.currentStep].CleanUp();
|
||||
this.currentStep++;
|
||||
this.lastTestStart = DateTimeOffset.Now;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue