Skip to content

Commit 709bdaf

Browse files
authored
💄 - make sure custom title setting can be found (microsoft#194400)
1 parent 64b25f1 commit 709bdaf

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
@@ -220,7 +220,7 @@ import { applicationConfigurationNodeBase } from 'vs/workbench/common/configurat
220220
'enum': ['native', 'custom'],
221221
'default': isLinux ? 'native' : 'custom',
222222
'scope': ConfigurationScope.APPLICATION,
223-
'description': 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.")
223+
'description': localize('titleBarStyle', "Adjust the appearance of the window title bar to be native by the OS or custom. On Linux and Windows, this setting also affects the application and context menu appearances. Changes require a full restart to apply.")
224224
},
225225
'window.dialogStyle': {
226226
'type': 'string',

0 commit comments

Comments
 (0)