()
| 2148 | Spicetify.ContextMenuV2.registerItem(this._element, this.shouldAdd); |
| 2149 | } |
| 2150 | deregister() { |
| 2151 | Spicetify.ContextMenuV2.unregisterItem(this._element); |
| 2152 | } |
| 2153 | } |
| 2154 | |
| 2155 | class ItemSubMenu { |
no outgoing calls
no test coverage detected