mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove SettingWIndowFirstLaunch
This commit is contained in:
parent
6ad21bd636
commit
2be21eeae6
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue