Skip to content

Commit 25af41d

Browse files
authored
Clarify custom title bar style setting description (microsoft#203336)
fix microsoft#203290
1 parent c9040d0 commit 25af41d

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
@@ -245,7 +245,7 @@ import { MAX_ZOOM_LEVEL, MIN_ZOOM_LEVEL } from 'vs/platform/window/electron-sand
245245
],
246246
'default': isLinux ? 'never' : 'auto',
247247
'scope': ConfigurationScope.APPLICATION,
248-
'description': localize('window.customTitleBarVisibility', "Adjust when the custom title bar should be shown."),
248+
'markdownDescription': localize('window.customTitleBarVisibility', "Adjust when the custom title bar should be shown. The custom title bar can be hidden when in full screen mode with `windowed`. The custom title bar can only be hidden in none full screen mode with `never` when `#window.titleBarStyle#` is set to `native`."),
249249
},
250250
'window.dialogStyle': {
251251
'type': 'string',

0 commit comments

Comments
 (0)