mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 14:19:42 +01:00
fixes #124702
This commit is contained in:
@@ -1628,7 +1628,7 @@ export abstract class Layout extends Disposable implements IWorkbenchLayoutServi
|
||||
|
||||
let newVisibilityValue: string;
|
||||
if (currentVisibilityValue === 'visible' || currentVisibilityValue === 'classic') {
|
||||
newVisibilityValue = 'compact';
|
||||
newVisibilityValue = getTitleBarStyle(this.configurationService) === 'native' ? 'toggle' : 'compact';
|
||||
} else {
|
||||
newVisibilityValue = 'classic';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user