Pārlūkot izejas kodu

Updates config types to better match

main
Eric Amodio pirms 6 gadiem
vecāks
revīzija
bb2b0c2504
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. +4
    -4
      src/ui/config.ts

+ 4
- 4
src/ui/config.ts Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt