mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix progressbar animation, bug introduced in 2a3bf727be1c8bc185f1b436893b1c4385d982ac
This commit is contained in:
parent
7d3617c27f
commit
7d674b44d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue