mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix SettingWindow Position when first launch
This commit is contained in:
parent
1596c59638
commit
3938858e33
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ namespace Flow.Launcher
|
|||
|
||||
public void InitializePosition()
|
||||
{
|
||||
if (settings.SettingWindowTop >= 0 && settings.SettingWindowLeft >= 0)
|
||||
if (settings.SettingWindowTop == null)
|
||||
{
|
||||
Top = settings.SettingWindowTop;
|
||||
Left = settings.SettingWindowLeft;
|
||||
|
|
|
|||
Loading…
Reference in a new issue