Skip to content

Commit 8d3fd75

Browse files
Add getter and setter
1 parent 44a90e5 commit 8d3fd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public CustomBrowserViewModel CustomBrowser
199199
}
200200
};
201201

202-
public string LogLevel = "info";
202+
public string LogLevel { get; set; } = "info";
203203

204204
/// <summary>
205205
/// when false Alphabet static service will always return empty results

0 commit comments

Comments
 (0)