mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -05:00
Disable custom title bar rendering on macOS (#362)
This commit is contained in:
@@ -833,6 +833,8 @@ export class Workbench implements IPartService {
|
||||
}
|
||||
|
||||
private getCustomTitleBarStyle(): 'custom' {
|
||||
// {{SQL CARBON EDIT}}
|
||||
/*
|
||||
if (!isMacintosh) {
|
||||
return null; // custom title bar is only supported on Mac currently
|
||||
}
|
||||
@@ -854,6 +856,7 @@ export class Workbench implements IPartService {
|
||||
return style;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user