We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad21bd commit 2be21eeCopy full SHA for 2be21ee
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -88,7 +88,6 @@ public string Theme
88
89
public double SettingWindowWidth { get; set; } = 1000;
90
public double SettingWindowHeight { get; set; } = 700;
91
- public bool SettingWindowFirstLaunch { get; set; } = true;
92
public double? SettingWindowTop { get; set; } = null;
93
public double? SettingWindowLeft { get; set; } = null;
94
public System.Windows.WindowState SettingWindowState { get; set; } = WindowState.Normal;
0 commit comments