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 a9aeecd commit e1f715eCopy full SHA for e1f715e
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -102,7 +102,7 @@ public bool HideNotifyIcon
102
public LastQueryMode LastQueryMode { get; set; } = LastQueryMode.Selected;
103
104
105
- // 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
106
public PluginsSettings PluginSettings { get; set; } = new PluginsSettings();
107
}
108
0 commit comments