mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
4f39c0a340
commit
e3dbdaef15
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ namespace Flow.Launcher
|
|||
_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
|
||||
// So we need to forcibly trigger animation here to ensure the clock is visible
|
||||
if (_settings.UseAnimation)
|
||||
{
|
||||
WindowAnimation();
|
||||
|
|
|
|||
Loading…
Reference in a new issue