Skip to content

Commit c2e7976

Browse files
committed
Improve code quality
1 parent 45bb6e9 commit c2e7976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Url/SettingsControl.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Flow.Launcher.Plugin.Url;
55

66
public partial class SettingsControl : UserControl
77
{
8-
public Settings Settings => Main.Settings;
8+
public Settings Settings { get; } = Main.Settings;
99

1010
public SettingsControl()
1111
{

0 commit comments

Comments
 (0)