We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 052c5ff + 0900537 commit 14df537Copy full SHA for 14df537
1 file changed
Source/NETworkManager/ViewModels/SettingsWindowViewModel.cs
@@ -51,8 +51,8 @@ public bool ConfirmClose
51
if (!_isLoading)
52
SettingsManager.Current.Window_ConfirmClose = value;
53
54
- field = value;
55
- OnPropertyChanged();
+ _confirmClose = value;
+ OnPropertyChanged();
56
}
57
58
@@ -66,9 +66,9 @@ public bool MultipleInstances
66
67
68
SettingsManager.Current.Window_MultipleInstances = value;
69
-
70
71
+
+ _multipleInstances = value;
72
73
74
@@ -129,4 +129,4 @@ private void LoadSettings()
129
130
131
#endregion
132
-}
+}
0 commit comments