We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12c588 commit a843ae7Copy full SHA for a843ae7
1 file changed
Windows/MainWindow.xaml.cs
@@ -481,16 +481,6 @@ public void MakeWindowVisible()
481
}
482
483
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
- }
494
495
496
private void ExitApp()
0 commit comments