We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944a829 commit dea70a1Copy full SHA for dea70a1
packages/core/src/client/webcomponents/components/DockContextMenu.ts
@@ -48,6 +48,8 @@ function refreshDock(context: DocksContext, entry: DevToolsDockEntry) {
48
}
49
50
function canHide(context: DocksContext, entry: DevToolsDockEntry) {
51
+ if (entry.id === '~settings')
52
+ return false
53
return context.docks.entries.some(item => item.id === entry.id)
54
55
0 commit comments