From d4f8b033fb2fba1f2278cea033b236d684e9b568 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 24 Sep 2024 11:25:53 +1000 Subject: [PATCH] add comment --- Flow.Launcher/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 00e005297..2a979f86c 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -302,6 +302,7 @@ namespace Flow.Launcher private void InitializePosition() { + // Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910 InitializePositionInner(); InitializePositionInner(); return;