mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add comment
This commit is contained in:
parent
d4f8b033fb
commit
4bf4282362
1 changed files with 2 additions and 0 deletions
|
|
@ -650,6 +650,8 @@ namespace Flow.Launcher
|
||||||
{
|
{
|
||||||
if (_animating)
|
if (_animating)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
// Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
|
||||||
InitializePosition();
|
InitializePosition();
|
||||||
InitializePosition();
|
InitializePosition();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue