Skip to content

Commit

Permalink
💄 - make sure custom title setting can be found (microsoft#194400)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Sep 28, 2023
1 parent 64b25f1 commit 709bdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/electron-sandbox/desktop.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ import { applicationConfigurationNodeBase } from 'vs/workbench/common/configurat
'enum': ['native', 'custom'],
'default': isLinux ? 'native' : 'custom',
'scope': ConfigurationScope.APPLICATION,
'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.")
'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.")
},
'window.dialogStyle': {
'type': 'string',
Expand Down

0 comments on commit 709bdaf

Please sign in to comment.