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
f9facda521
commit
684fafdfdd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ namespace Flow.Launcher.Plugin.Calculator.ViewModels;
|
|||
|
||||
public class SettingsViewModel(Settings settings) : BaseModel
|
||||
{
|
||||
public Settings Settings { get; init; } = settings;
|
||||
public Settings Settings { get; } = settings;
|
||||
|
||||
public static IEnumerable<int> MaxDecimalPlacesRange => Enumerable.Range(1, 20);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue