mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Positioning when turn on remember last launch position
This commit is contained in:
parent
5a969b212f
commit
f1222f948f
1 changed files with 2 additions and 1 deletions
|
|
@ -239,7 +239,8 @@ namespace Flow.Launcher
|
|||
|
||||
public void WindowAnimator()
|
||||
{
|
||||
InitializePosition();
|
||||
//InitializePosition();
|
||||
UpdatePosition();
|
||||
Storyboard sb = new Storyboard();
|
||||
var da = new DoubleAnimation
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue