Closes #144 - support disabling the custom view

This commit is contained in:
Eric Amodio
2017-09-17 01:43:41 -04:00
parent 26c6346b84
commit a69afdb6ef
4 changed files with 12 additions and 1 deletions

View File

@@ -317,6 +317,7 @@ export interface IConfig {
defaultDateFormat: string | null;
gitExplorer: {
enabled: boolean;
view: GitExplorerView;
showTrackingBranch: boolean;
commitFormat: string;