We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70195e0 commit 9d668a8Copy full SHA for 9d668a8
1 file changed
Flow.Launcher/MainWindow.xaml.cs
@@ -191,6 +191,7 @@ private void OnLoaded(object sender, RoutedEventArgs _)
191
InitializeColorScheme();
192
WindowsInteropHelper.DisableControlBox(this);
193
InitProgressbarAnimation();
194
+ // Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
195
InitializePosition();
196
197
PreviewReset();
0 commit comments