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 1a85fca commit 70195e0Copy full SHA for 70195e0
Flow.Launcher/MainWindow.xaml.cs
@@ -58,6 +58,7 @@ public MainWindow(Settings settings, MainViewModel mainVM)
58
_settings = settings;
59
60
InitializeComponent();
61
+ // Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
62
InitializePosition();
63
64
0 commit comments