Skip to content

Commit b64eaf5

Browse files
committed
fix order
1 parent d3800d2 commit b64eaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/parts/titlebar/titlebarPart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,6 @@ registerAction2(class ToogleCommandCenter extends ToogleConfigAction {
497497

498498
registerAction2(class ToogleLayoutControl extends ToogleConfigAction {
499499
constructor() {
500-
super('workbench.layoutControl.enabled', localize('toggle.layout', 'Show Layout Controls'), 1);
500+
super('workbench.layoutControl.enabled', localize('toggle.layout', 'Show Layout Controls'), 2);
501501
}
502502
});

0 commit comments

Comments
 (0)