diff --git a/osrs-toolbox/Views/SplashScreenView.xaml.cs b/osrs-toolbox/Views/SplashScreenView.xaml.cs index eb1fc1e..9911f29 100644 --- a/osrs-toolbox/Views/SplashScreenView.xaml.cs +++ b/osrs-toolbox/Views/SplashScreenView.xaml.cs @@ -51,6 +51,7 @@ namespace osrs_toolbox private void TimerTick(object sender, EventArgs e) { + timer.Stop(); Application.Current.MainWindow = HomePageView.Current; HomePageView.Current.Show(); this.Close();