Add getter and setter

This commit is contained in:
VictoriousRaptor 2025-03-12 08:57:03 +08:00 committed by GitHub
parent 44a90e53a9
commit 8d3fd756dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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