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 d189bac commit 6c379d3Copy full SHA for 6c379d3
Flow.Launcher/MainWindow.xaml.cs
@@ -1170,7 +1170,8 @@ private void InitializeQuickSwitch()
1170
1171
private void UpdateQuickSwitchPosition()
1172
{
1173
- if (_viewModel.DialogWindowHandle == nint.Zero) return;
+ if (_viewModel.DialogWindowHandle == nint.Zero ||
1174
+ !_viewModel.MainWindowVisibilityStatus) return;
1175
1176
// Get dialog window rect
1177
var result = Win32Helper.GetWindowRect(_viewModel.DialogWindowHandle, out var window);
0 commit comments