We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee2220 commit 052c5ffCopy full SHA for 052c5ff
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
- OnPropertyChanged();
55
field = value;
+ OnPropertyChanged();
56
}
57
58
@@ -66,9 +66,9 @@ public bool MultipleInstances
66
67
68
SettingsManager.Current.Window_MultipleInstances = value;
69
-
70
+
71
72
73
74
@@ -99,6 +99,7 @@ public bool SplashScreenEnabled
99
100
SettingsManager.Current.SplashScreen_Enabled = value;
101
102
103
104
OnPropertyChanged();
105
0 commit comments