formatting

This commit is contained in:
DB p 2022-11-12 18:55:17 +09:00
parent 24dba2cbca
commit f7b3534eec

View file

@ -52,7 +52,6 @@ namespace Flow.Launcher.Infrastructure.UserSettings
public double SettingWindowHeight { get; set; } = 700;
public double SettingWindowTop { get; set; }
public double SettingWindowLeft { get; set; }
public System.Windows.WindowState SettingWindowState { get; set; } = WindowState.Normal;
public int CustomExplorerIndex { get; set; } = 0;