Fix SettingWindow Position when first launch

This commit is contained in:
DB p 2024-04-30 02:23:16 +09:00
parent 1596c59638
commit 3938858e33

View file

@ -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;