Skip to content

Commit

Permalink
Show optimisation guide document on initial start
Browse files Browse the repository at this point in the history
  • Loading branch information
MirisWisdom committed Feb 14, 2021
2 parents f74deb3 + 8161b0e commit f2bf11a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spv3/loader/src/Configuration.UserControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

using System;
using System.IO;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;

Expand Down Expand Up @@ -60,6 +61,8 @@ public void FirstRunConfiguration()
_configuration.Chimera.AnisotropicFiltering = true;
_configuration.Chimera.BlockLOD = false;
_configuration.Save();
if (File.Exists(Paths.OptimizeGuide))
Process.Start(Paths.OptimizeGuide);
}

public event EventHandler Home;
Expand Down

0 comments on commit f2bf11a

Please sign in to comment.