Skip to content

Commit 3d73e16

Browse files
committed
fix(core): hide unimplemented settings dock entry
1 parent ea68d2c commit 3d73e16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/node/host-docks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export class DevToolsDockHost implements DevToolsDockHostType {
4141
title: 'Settings',
4242
category: 'builtin',
4343
icon: 'ph:gear-duotone',
44+
isHidden: true, // TODO: implement settings
4445
},
4546
]
4647

0 commit comments

Comments
 (0)