diff --git a/store/scripts/code.js b/store/scripts/code.js index dbfc7410..e6d9590a 100644 --- a/store/scripts/code.js +++ b/store/scripts/code.js @@ -663,7 +663,7 @@ function createPluginDiv(plugin, bInstalled) { } let bHasUpdate = false; - let bRemoved = (installed && !installed.removed); + let bRemoved = (installed && installed.removed); if (bCheckUpdate && installed && plugin) { const installedV = (installed.obj.version ? Number( installed.obj.version.split('.').join('') ) : 1); const lastV = (plugin.version ? Number( plugin.version.split('.').join('') ) : installedV); @@ -689,10 +689,10 @@ function createPluginDiv(plugin, bInstalled) { '' + '