Add code comments

This commit is contained in:
Jack251970 2025-04-25 16:32:23 +08:00
parent 267b6d2c10
commit 4f39c0a340

View file

@ -138,6 +138,9 @@ namespace Flow.Launcher
else
{
_viewModel.Show();
// When HideOnStartup is off and UseAnimation is on,
// there was a bug where the clock would not appear at all on the initial launch
// So we need to forcibly trigger animation here to ensure the clock visible
if (_settings.UseAnimation)
{
WindowAnimation();