mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add getter and setter
This commit is contained in:
parent
44a90e53a9
commit
8d3fd756dd
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
}
|
||||
};
|
||||
|
||||
public string LogLevel = "info";
|
||||
public string LogLevel { get; set; } = "info";
|
||||
|
||||
/// <summary>
|
||||
/// when false Alphabet static service will always return empty results
|
||||
|
|
|
|||
Loading…
Reference in a new issue