Browse Source

Updates MenuConfig to match package.json

main
Eric Amodio 2 years ago
parent
commit
90b2a5c995
1 changed files with 3 additions and 6 deletions
  1. +3
    -6
      src/config.ts

+ 3
- 6
src/config.ts View File

@ -503,15 +503,12 @@ export interface MenuConfig {
| { | {
graph: boolean; graph: boolean;
}; };
scmTitleInline: scmRepositoryInline: false | { graph: boolean };
| false scmRepository:
| {
graph: boolean;
};
scmTitle:
| false | false
| { | {
authors: boolean; authors: boolean;
generateCommitMessage: boolean;
graph: boolean; graph: boolean;
}; };
scmGroupInline: scmGroupInline:

||||||
x
 
000:0
Loading…
Cancel
Save