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 45bb6e9 commit c2e7976Copy full SHA for c2e7976
Plugins/Flow.Launcher.Plugin.Url/SettingsControl.xaml.cs
@@ -5,7 +5,7 @@ namespace Flow.Launcher.Plugin.Url;
5
6
public partial class SettingsControl : UserControl
7
{
8
- public Settings Settings => Main.Settings;
+ public Settings Settings { get; } = Main.Settings;
9
10
public SettingsControl()
11
0 commit comments