Skip to content

Commit 67081dc

Browse files
committed
test focus
1 parent 068b774 commit 67081dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,7 @@ public void Show()
13701370
MainWindowVisibilityStatus = true;
13711371
VisibilityChanged?.Invoke(this, new VisibilityChangedEventArgs { IsVisible = true });
13721372
});
1373+
Application.Current.MainWindow.Focus(); // TEST
13731374
}
13741375

13751376
public async void Hide()

0 commit comments

Comments
 (0)