Skip to content

Commit a843ae7

Browse files
committed
Fix infinite loop crash
1 parent e12c588 commit a843ae7

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Windows/MainWindow.xaml.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -481,16 +481,6 @@ public void MakeWindowVisible()
481481
}
482482

483483
Focus();
484-
485-
if ( !MarvinsAIRARefactored.DataContext.DataContext.Instance.Settings.AppWizardHasRun )
486-
{
487-
var wizardWindow = new WizardWindow
488-
{
489-
Owner = this
490-
};
491-
492-
wizardWindow.ShowDialog();
493-
}
494484
}
495485

496486
private void ExitApp()

0 commit comments

Comments
 (0)