@ -43,7 +43,7 @@ export class AbstractPanel extends HostPlugin {
removeView (profile) {
this.emit('pluginDisabled', profile.name)
this.verticalIcons.unlinkContent(profile)
this.call('menuicons', 'unlinkContent', profile)
this.remove(profile.name)
}
@ -65,7 +65,7 @@ export class SidePanel extends AbstractPanel {
super.removeView(profile)
this.renderComponent()
@ -15,7 +15,7 @@ const profile = {
displayName: 'Vertical Icons',
description: '',
version: packageJson.version,
methods: ['select']
methods: ['select', 'unlinkContent']
// TODO merge with side-panel.js. VerticalIcons should not be a plugin