Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit d85b295

Browse files
committed
Remove debug codes
1 parent 3acf142 commit d85b295

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

App.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ private void Application_Startup(object sender, StartupEventArgs e)
8181
_timer.Interval = 1000 * 60 * 3; // 3 minutes since it is the recommended time-out for battery mode
8282
_timer.AutoReset = true;
8383
_timer.Start();
84-
85-
Current.MainWindow.Show();
86-
Win32Helper.BringToForegroundEx(Current.MainWindow, Current.MainWindow.Topmost);
8784
}
8885

8986
private void Timer_Elapsed(object? sender, ElapsedEventArgs e)

0 commit comments

Comments
 (0)