From 3eeac915c3af4c45c310489a5ab30f0940422229 Mon Sep 17 00:00:00 2001 From: DB p Date: Sun, 21 Nov 2021 00:04:34 +0900 Subject: [PATCH] Add Animation in Glass Icon --- Flow.Launcher/MainWindow.xaml | 1 + Flow.Launcher/MainWindow.xaml.cs | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher/MainWindow.xaml b/Flow.Launcher/MainWindow.xaml index cf471beb7..2b2e4b85e 100644 --- a/Flow.Launcher/MainWindow.xaml +++ b/Flow.Launcher/MainWindow.xaml @@ -183,6 +183,7 @@ _animating = false; _settings.WindowLeft = Left; _settings.WindowTop = Top; + iconsb.Begin(SearchIcon); sb.Begin(FlowMainWindow); } if (_settings.UseSound)