mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
Ignore the users title bar settings (#4625)
* ignore the users title bar settings * ignore in more places
This commit is contained in:
@@ -277,10 +277,11 @@ export function getTitleBarStyle(configurationService: IConfigurationService, en
|
||||
return 'native'; // simple fullscreen does not work well with custom title style (https://github.com/Microsoft/vscode/issues/63291)
|
||||
}
|
||||
|
||||
const style = configuration.titleBarStyle;
|
||||
if (style === 'native' || style === 'custom') {
|
||||
return style;
|
||||
}
|
||||
// {{SQL CARBON EDIT}} - Always use native toolbar
|
||||
// const style = configuration.titleBarStyle;
|
||||
// if (style === 'native' || style === 'custom') {
|
||||
// return style;
|
||||
// }
|
||||
}
|
||||
|
||||
// {{SQL CARBON EDIT}} - Always use native toolbar
|
||||
|
||||
Reference in New Issue
Block a user