Open
Description
Hello, I am using the devtools as vite plugin. I tried unchecking the "Always show the floating panel" option in Settings page and close the panel. The panel is hidden as expected. There's no extra elements in the page that I can interact with the devtools. But I cannot find a easy way to make it show again. And I didn't find any documents about this. I also tried to call __VUE_DEVTOOLS_TOGGLE_OVERLAY__(true)
but it doesn't work. Finally I edited the localstorage to revert the setting.
I'd like to know what's the proper way to make the floating panel to show again? Thank you.