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 24dba2c commit f7b3534Copy full SHA for f7b3534
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -52,7 +52,6 @@ public string Language
52
public double SettingWindowHeight { get; set; } = 700;
53
public double SettingWindowTop { get; set; }
54
public double SettingWindowLeft { get; set; }
55
-
56
public System.Windows.WindowState SettingWindowState { get; set; } = WindowState.Normal;
57
58
public int CustomExplorerIndex { get; set; } = 0;
0 commit comments