From 9d668a82eb3e31da23d01600c3be4e0a8ac98fd6 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 24 Sep 2024 11:24:54 +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 ce5992b69..00e005297 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -191,6 +191,7 @@ namespace Flow.Launcher InitializeColorScheme(); WindowsInteropHelper.DisableControlBox(this); InitProgressbarAnimation(); + // Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910 InitializePosition(); InitializePosition(); PreviewReset();