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
{
TimerControlRectangleAnimation.StartTimer(5);
SwitchButtonAndTimerPanel();
}
catch (Exception exception)
{
this._logger.Error(exception.Message);
}
finally
{
SwitchButtonAndTimerPanel();
}
}
private void SwitchButtonAndTimerPanel()