add comment

This commit is contained in:
Jeremy Wu 2024-09-24 11:26:55 +10:00 committed by GitHub
parent d4f8b033fb
commit 4bf4282362
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -650,6 +650,8 @@ namespace Flow.Launcher
{
if (_animating)
return;
// Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
InitializePosition();
InitializePosition();
}