소스 검색

Updates config types to better match

main
Eric Amodio 6 년 전
부모
커밋
bb2b0c2504
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      src/ui/config.ts

+ 4
- 4
src/ui/config.ts 파일 보기

@ -198,7 +198,7 @@ export interface ILineHistoryExplorerConfig extends IFileHistoryExplorerConfig {
export interface IMenuConfig {
editor:
| boolean
| false
| {
blame: boolean;
clipboard: boolean;
@ -208,20 +208,20 @@ export interface IMenuConfig {
remote: boolean;
};
editorGroup:
| boolean
| false
| {
compare: boolean;
history: boolean;
};
editorTab:
| boolean
| false
| {
compare: boolean;
history: boolean;
remote: boolean;
};
explorer:
| boolean
| false
| {
compare: boolean;
history: boolean;

불러오는 중...
취소
저장