Modified timer to only trigger once.

This commit is contained in:
2025-05-22 12:26:59 -04:00
parent 0c0918afc9
commit b180c357c1

View File

@@ -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();