|
|
@ -236,7 +236,7 @@ namespace ICSharpCode.ILSpy |
|
|
|
if (automaticUpdateCheckEnabled != value) { |
|
|
|
if (automaticUpdateCheckEnabled != value) { |
|
|
|
automaticUpdateCheckEnabled = value; |
|
|
|
automaticUpdateCheckEnabled = value; |
|
|
|
Save(); |
|
|
|
Save(); |
|
|
|
OnPropertyChanged("AutomaticUpdateCheckEnabled"); |
|
|
|
OnPropertyChanged(nameof(AutomaticUpdateCheckEnabled)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -249,7 +249,7 @@ namespace ICSharpCode.ILSpy |
|
|
|
if (lastSuccessfulUpdateCheck != value) { |
|
|
|
if (lastSuccessfulUpdateCheck != value) { |
|
|
|
lastSuccessfulUpdateCheck = value; |
|
|
|
lastSuccessfulUpdateCheck = value; |
|
|
|
Save(); |
|
|
|
Save(); |
|
|
|
OnPropertyChanged("LastSuccessfulUpdateCheck"); |
|
|
|
OnPropertyChanged(nameof(LastSuccessfulUpdateCheck)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|