This commit is contained in:
Tobias Wohlleben 2025-01-23 15:58:57 +01:00
parent a556a4b735
commit 97efceb2de

View File

@ -123,15 +123,12 @@ public partial class MainWindow : Window
try try
{ {
TimerControlRectangleAnimation.StartTimer(5); TimerControlRectangleAnimation.StartTimer(5);
SwitchButtonAndTimerPanel();
} }
catch (Exception exception) catch (Exception exception)
{ {
this._logger.Error(exception.Message); this._logger.Error(exception.Message);
} }
finally
{
SwitchButtonAndTimerPanel();
}
} }
private void SwitchButtonAndTimerPanel() private void SwitchButtonAndTimerPanel()