Skip to content

Commit 7753554

Browse files
committed
1 parent f6caa53 commit 7753554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/electron-browser/main.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ configurationRegistry.registerConfiguration({
599599
'enum': ['native', 'custom'],
600600
'default': isLinux ? 'native' : 'custom',
601601
'scope': ConfigurationScope.APPLICATION,
602-
'description': nls.localize('titleBarStyle', "Adjust the appearance of the window title bar. Changes require a full restart to apply.")
602+
'description': nls.localize('titleBarStyle', "Adjust the appearance of the window title bar. On Linux and Windows, this setting also affects the application and context menu appearances. Changes require a full restart to apply.")
603603
},
604604
'window.nativeTabs': {
605605
'type': 'boolean',

0 commit comments

Comments
 (0)