mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove empty lines
This commit is contained in:
parent
43257ea9cf
commit
18b889c621
1 changed files with 0 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ namespace Flow.Launcher.Helper
|
|||
?? (T)Activator.CreateInstance(typeof(T), args);
|
||||
Application.Current.MainWindow.Hide();
|
||||
|
||||
|
||||
// Fix UI bug
|
||||
// Add `window.WindowState = WindowState.Normal`
|
||||
// If only use `window.Show()`, Settings-window doesn't show when minimized in taskbar
|
||||
|
|
@ -22,7 +21,6 @@ namespace Flow.Launcher.Helper
|
|||
window.WindowState = WindowState.Normal;
|
||||
window.Show();
|
||||
|
||||
|
||||
window.Focus();
|
||||
|
||||
return (T)window;
|
||||
|
|
|
|||
Loading…
Reference in a new issue