mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix position set issue
This commit is contained in:
parent
49f1d79798
commit
bf5591c9a8
1 changed files with 3 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ namespace Flow.Launcher
|
|||
_settings = settings;
|
||||
|
||||
InitializeComponent();
|
||||
|
||||
UpdatePosition(true);
|
||||
|
||||
InitSoundEffects();
|
||||
DataObject.AddPastingHandler(QueryTextBox, QueryTextBox_OnPaste);
|
||||
}
|
||||
|
|
@ -97,6 +98,7 @@ namespace Flow.Launcher
|
|||
}
|
||||
|
||||
// Hide window if need
|
||||
UpdatePosition(true);
|
||||
if (_settings.HideOnStartup)
|
||||
{
|
||||
_viewModel.Hide();
|
||||
|
|
|
|||
Loading…
Reference in a new issue