diff options
Diffstat (limited to 'features/changeLogGUI/index.js')
-rw-r--r-- | features/changeLogGUI/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/changeLogGUI/index.js b/features/changeLogGUI/index.js index ffd826b..6b50fdb 100644 --- a/features/changeLogGUI/index.js +++ b/features/changeLogGUI/index.js @@ -45,7 +45,7 @@ class ChangeLogGui extends Feature { } let alertBeta = this.FeatureManager.features["globalSettings"].class.alertAllUpdates.getValue() - if (this.latestAnnouncedVersion < alertBeta ? this.ChangelogPage.downloadableVersion : this.ChangelogPage.importantVersion) { + if (this.latestAnnouncedVersion < (alertBeta ? this.ChangelogPage.downloadableVersion : this.ChangelogPage.importantVersion)) { let version = "" this.ChangelogPage.changelogData.forEach(data => { |