Fix Windows issues with menu, packaging, and test script (#4144)

This commit is contained in:
Matt Irvine
2019-02-25 11:06:31 -08:00
committed by GitHub
parent 2ae369fbdb
commit c831596e02
3 changed files with 4 additions and 3 deletions

View File

@@ -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 {