mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add code comments
This commit is contained in:
parent
267b6d2c10
commit
4f39c0a340
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue