浏览代码

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;

正在加载...
取消
保存