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 f9facda commit 684fafdCopy full SHA for 684fafd
Plugins/Flow.Launcher.Plugin.Calculator/ViewModels/SettingsViewModel.cs
@@ -5,7 +5,7 @@ namespace Flow.Launcher.Plugin.Calculator.ViewModels;
5
6
public class SettingsViewModel(Settings settings) : BaseModel
7
{
8
- public Settings Settings { get; init; } = settings;
+ public Settings Settings { get; } = settings;
9
10
public static IEnumerable<int> MaxDecimalPlacesRange => Enumerable.Range(1, 20);
11
0 commit comments