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 67be335 commit c39079bCopy full SHA for c39079b
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -1385,11 +1385,6 @@ public void Show()
1385
1386
public async void Hide()
1387
{
1388
-
1389
- if (StartWithEnglishMode)
1390
- {
1391
- Win32Helper.RestorePreviousKeyboardLayout();
1392
- }
1393
lastHistoryIndex = 1;
1394
1395
if (ExternalPreviewVisible)
@@ -1452,6 +1447,11 @@ public async void Hide()
1452
1447
Win32Helper.DWMSetCloakForWindow(mainWindow, true);
1453
1448
}
1454
1449
1450
+ if (StartWithEnglishMode)
1451
+ {
+ Win32Helper.RestorePreviousKeyboardLayout();
+ }
+
1455
await Task.Delay(50);
1456
1457
// Update WPF properties
0 commit comments