Skip to content

Commit 052c5ff

Browse files
committed
Update SettingsWindowViewModel.cs
1 parent 1ee2220 commit 052c5ff

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Source/NETworkManager/ViewModels/SettingsWindowViewModel.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public bool ConfirmClose
5151
if (!_isLoading)
5252
SettingsManager.Current.Window_ConfirmClose = value;
5353

54-
OnPropertyChanged();
5554
field = value;
55+
OnPropertyChanged();
5656
}
5757
}
5858

@@ -66,9 +66,9 @@ public bool MultipleInstances
6666

6767
if (!_isLoading)
6868
SettingsManager.Current.Window_MultipleInstances = value;
69-
70-
OnPropertyChanged();
69+
7170
field = value;
71+
OnPropertyChanged();
7272
}
7373
}
7474

@@ -99,6 +99,7 @@ public bool SplashScreenEnabled
9999
if (!_isLoading)
100100
SettingsManager.Current.SplashScreen_Enabled = value;
101101

102+
102103
field = value;
103104
OnPropertyChanged();
104105
}

0 commit comments

Comments
 (0)