Remove SettingWIndowFirstLaunch

This commit is contained in:
DB p 2024-05-29 18:18:03 +09:00
parent 6ad21bd636
commit 2be21eeae6

View file

@ -88,7 +88,6 @@ namespace Flow.Launcher.Infrastructure.UserSettings
public double SettingWindowWidth { get; set; } = 1000;
public double SettingWindowHeight { get; set; } = 700;
public bool SettingWindowFirstLaunch { get; set; } = true;
public double? SettingWindowTop { get; set; } = null;
public double? SettingWindowLeft { get; set; } = null;
public System.Windows.WindowState SettingWindowState { get; set; } = WindowState.Normal;