mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
test focus
This commit is contained in:
parent
068b77421b
commit
67081dc64d
1 changed files with 1 additions and 0 deletions
|
|
@ -1370,6 +1370,7 @@ namespace Flow.Launcher.ViewModel
|
|||
MainWindowVisibilityStatus = true;
|
||||
VisibilityChanged?.Invoke(this, new VisibilityChangedEventArgs { IsVisible = true });
|
||||
});
|
||||
Application.Current.MainWindow.Focus(); // TEST
|
||||
}
|
||||
|
||||
public async void Hide()
|
||||
|
|
|
|||
Loading…
Reference in a new issue