Skip to content

Commit 2be21ee

Browse files
committed
Remove SettingWIndowFirstLaunch
1 parent 6ad21bd commit 2be21ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public string Theme
8888

8989
public double SettingWindowWidth { get; set; } = 1000;
9090
public double SettingWindowHeight { get; set; } = 700;
91-
public bool SettingWindowFirstLaunch { get; set; } = true;
9291
public double? SettingWindowTop { get; set; } = null;
9392
public double? SettingWindowLeft { get; set; } = null;
9493
public System.Windows.WindowState SettingWindowState { get; set; } = WindowState.Normal;

0 commit comments

Comments
 (0)