Vanessa 2023-02-15 09:12:14 +08:00
parent f4b91dd8c9
commit 9249d4e010
4 changed files with 13 additions and 13 deletions

View file

@ -328,13 +328,13 @@ export abstract class Constants {
data: [
[{
type: "file",
size: {width: 240, height: 0},
size: {width: 220, height: 0},
show: true,
icon: "iconFiles",
hotkeyLangId: "fileTree",
}, {
type: "outline",
size: {width: 240, height: 0},
size: {width: 220, height: 0},
show: false,
icon: "iconAlignCenter",
hotkeyLangId: "outline",
@ -346,13 +346,13 @@ export abstract class Constants {
hotkeyLangId: "inbox",
}], [{
type: "bookmark",
size: {width: 240, height: 0},
size: {width: 220, height: 0},
show: false,
icon: "iconBookmark",
hotkeyLangId: "bookmark",
}, {
type: "tag",
size: {width: 240, height: 0},
size: {width: 220, height: 0},
show: false,
icon: "iconTags",
hotkeyLangId: "tag",
@ -364,19 +364,19 @@ export abstract class Constants {
data: [
[{
type: "graph",
size: {width: 360, height: 0},
size: {width: 320, height: 0},
show: false,
icon: "iconGraph",
hotkeyLangId: "graphView",
}, {
type: "globalGraph",
size: {width: 360, height: 0},
size: {width: 320, height: 0},
show: false,
icon: "iconGlobalGraph",
hotkeyLangId: "globalGraph",
}], [{
type: "backlink",
size: {width: 360, height: 0},
size: {width: 320, height: 0},
show: false,
icon: "iconLink",
hotkeyLangId: "backlinks",