mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix Windows issues with menu, packaging, and test script (#4144)
This commit is contained in:
@@ -275,7 +275,9 @@ export function getTitleBarStyle(configurationService: IConfigurationService, en
|
||||
}
|
||||
}
|
||||
|
||||
return 'custom'; // default to custom on all OS
|
||||
// {{SQL CARBON EDIT}} - Always use native toolbar
|
||||
return 'native';
|
||||
// return 'custom'; // default to custom on all OS
|
||||
}
|
||||
|
||||
export const enum OpenContext {
|
||||
|
||||
Reference in New Issue
Block a user