Skip to content

Commit 3fef081

Browse files
authored
Fix enum order for menu style (microsoft#250387)
fix enum order for menu style
1 parent 99fa915 commit 3fef081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/electron-sandbox/desktop.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ import { registerWorkbenchContribution2, WorkbenchPhase } from '../common/contri
263263
},
264264
'window.menuStyle': {
265265
'type': 'string',
266-
'enum': ['native', 'custom', 'inherit'],
266+
'enum': ['custom', 'native', 'inherit'],
267267
'markdownEnumDescriptions': isMacintosh ?
268268
[
269269
localize(`window.menuStyle.custom.mac`, "Use the custom context menu."),

0 commit comments

Comments
 (0)