[Index] Fix changelog not appearing on new versions

pull/39/head
Oj18 3 years ago
parent 11be9578a6
commit 7b5d713d7d

@ -9,6 +9,9 @@
- Fixed various crashes caused by switching to store from a DM
- Fixed clicking a page from a group DM causing member list to remain shown
- ### Fixes [fixed]
- Fixed changelog not appearing on new update versions
## v8.8.0 [2021-06-05]

@ -128,7 +128,7 @@ const init = async function () {
this.untetheredVersion = window.gmUntethered.slice();
}
if (this.lastVersion && this.lastVersion !== this.version) {
if (this.versioning.lastUsedVersion && this.versioning.lastUsedVersion !== this.versioning.lastUsedVersion) {
this.goosemodChangelog.show(); // Show changelog if last GooseMod version is different than this version
}

Loading…
Cancel
Save