Open
Description
🐛 The bug
Disabling the Component Inspector via the nuxt config file: devtools: { componentInspector: false, enabled: true }
does not disable the inspector icon in the devtools UI. So if yo click on it, you get stuck, because you cannot select anything, but you also can't cancel out of it.
So I have to reload the page to continue.
🛠️ To reproduce
Any nuxt app
🌈 Expected behavior
The inspector icon/button should either be greyed out (disabled) or now be shown in the first place, since the functionality is disabled.
ℹ️ Additional context
No response