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 9d668a8 commit d4f8b03Copy full SHA for d4f8b03
1 file changed
Flow.Launcher/MainWindow.xaml.cs
@@ -302,6 +302,7 @@ private void OnLoaded(object sender, RoutedEventArgs _)
302
303
private void InitializePosition()
304
{
305
+ // Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
306
InitializePositionInner();
307
308
return;
0 commit comments