mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code quality
This commit is contained in:
parent
45bb6e94fc
commit
c2e797615d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ namespace Flow.Launcher.Plugin.Url;
|
|||
|
||||
public partial class SettingsControl : UserControl
|
||||
{
|
||||
public Settings Settings => Main.Settings;
|
||||
public Settings Settings { get; } = Main.Settings;
|
||||
|
||||
public SettingsControl()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue