change commnet

This commit is contained in:
弘韬 张 2021-01-07 16:52:05 +08:00
parent a9aeecdabd
commit e1f715e6d6

View file

@ -102,7 +102,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
public LastQueryMode LastQueryMode { get; set; } = LastQueryMode.Selected;
// Order defaults to 0 or -1, so 1 will let this property appear last
// This needs to be loaded last by staying at the bottom
public PluginsSettings PluginSettings { get; set; } = new PluginsSettings();
}