diff --git a/Wox/MainWindow.xaml.cs b/Wox/MainWindow.xaml.cs index c002fe8afc..a1f611ca11 100644 --- a/Wox/MainWindow.xaml.cs +++ b/Wox/MainWindow.xaml.cs @@ -48,7 +48,6 @@ namespace Wox private void OnLoaded(object sender, RoutedEventArgs _) { - InitProgressbarAnimation(); WindowIntelopHelper.DisableControlBox(this); ThemeManager.Instance.ChangeTheme(_settings.Theme); InitializeNotifyIcon(); @@ -202,6 +201,7 @@ namespace Wox { Left = WindowLeft(); Top = WindowTop(); + InitProgressbarAnimation(); } private double WindowLeft()