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

Commit

Permalink
Delete settings old
Browse files Browse the repository at this point in the history
  • Loading branch information
Faelayis committed May 29, 2022
1 parent 131ac1c commit b3775d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export default class Plugin {
if (!this.settings.lastVersionSeen || changelog.version !== this.settings.lastVersionSeen) {
ZLibrary.Modals.showChangelogModal(changelog.title, changelog.version, changelog.changelog);
this.settings.lastVersionSeen = changelog.version;
delete this.settings.lastChangelogVersionSeen;
this.updateSettings();
}
if (this.settings.updatechannel === 1) {
Expand Down

0 comments on commit b3775d3

Please sign in to comment.