This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updates config types to better match
main
Eric Amodio
6 years ago
parent
ae6f3ecbcd
commit
bb2b0c2504
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
src/ui/config.ts
+ 4
- 4
src/ui/config.ts
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save