PMGR: Disable plugin remove button if plugin is not managable
This commit is contained in:
parent
ca587454df
commit
2eb80c550f
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ $(function() {
|
|||
self.enableUninstall = function(data) {
|
||||
return self.enableManagement()
|
||||
&& (data.origin != "entry_point" || self.pipAvailable())
|
||||
&& data.managable
|
||||
&& !data.bundled
|
||||
&& data.key != 'pluginmanager'
|
||||
&& !data.pending_uninstall;
|
||||
|
|
|
|||
Loading…
Reference in a new issue