Modified timer to only trigger once.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user