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 44a90e5 commit 8d3fd75Copy full SHA for 8d3fd75
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -199,7 +199,7 @@ public CustomBrowserViewModel CustomBrowser
199
}
200
};
201
202
- public string LogLevel = "info";
+ public string LogLevel { get; set; } = "info";
203
204
/// <summary>
205
/// when false Alphabet static service will always return empty results
0 commit comments