Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
HotFix
Browse files Browse the repository at this point in the history
  • Loading branch information
Faelayis committed May 22, 2022
1 parent 52699e1 commit 30477f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/devlop/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export default class Plugin {
if (!this.settings.lastVersionSeen || versionCompare(changelog.version, this.settings.lastChangelogVersionSeen || this.settings.lastVersionSeen) === 1) {
window.ZeresPluginLibrary.Modals.showChangelogModal(changelog.title, changelog.version, changelog.changelog);
this.settings.lastVersionSeen = changelog.version;
delete this.settings.lastChangelogVersionSeen;
this.updateSettings();
}
window.ZeresPluginLibrary?.PluginUpdater?.checkForUpdate?.(
Expand Down

0 comments on commit 30477f0

Please sign in to comment.