Fix word plugin state display in the Pref dialog

This commit is contained in:
Adomas Venčkauskas 2021-06-25 10:36:20 +03:00
parent d9eb45bf0e
commit 3199d23d09

View file

@ -122,8 +122,7 @@ ZoteroPluginInstaller.prototype = {
isInstalled: function() {
while(!this._version) Zotero.mainThread.processNextEvent(true);
return this.prefBranch.getCharPref("version") == this._version &&
this.prefBranch.getBoolPref("installed");
return this.prefBranch.getBoolPref("installed");
},
getAddonPath: function(addonID) {