This commit is contained in:
Vanessa 2023-02-23 13:20:02 +08:00
parent edbe4da57e
commit a5bee1533b
6 changed files with 20 additions and 21 deletions

View file

@ -313,13 +313,13 @@ export abstract class Constants {
data: [
[{
type: "file",
size: {width: 224, height: 0},
size: {width: 227, height: 0},
show: true,
icon: "iconFiles",
hotkeyLangId: "fileTree",
}, {
type: "outline",
size: {width: 224, height: 0},
size: {width: 227, height: 0},
show: false,
icon: "iconAlignCenter",
hotkeyLangId: "outline",
@ -331,13 +331,13 @@ export abstract class Constants {
hotkeyLangId: "inbox",
}], [{
type: "bookmark",
size: {width: 224, height: 0},
size: {width: 227, height: 0},
show: false,
icon: "iconBookmark",
hotkeyLangId: "bookmark",
}, {
type: "tag",
size: {width: 224, height: 0},
size: {width: 227, height: 0},
show: false,
icon: "iconTags",
hotkeyLangId: "tag",