mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
e8b315573a
commit
e32159852c
1 changed files with 4 additions and 4 deletions
|
|
@ -530,13 +530,13 @@ export abstract class Constants {
|
|||
data: [
|
||||
[{
|
||||
type: "file",
|
||||
size: {width: 227, height: 0},
|
||||
size: {width: 232, height: 0},
|
||||
show: true,
|
||||
icon: "iconFiles",
|
||||
hotkeyLangId: "fileTree",
|
||||
}, {
|
||||
type: "outline",
|
||||
size: {width: 227, height: 0},
|
||||
size: {width: 232, height: 0},
|
||||
show: false,
|
||||
icon: "iconAlignCenter",
|
||||
hotkeyLangId: "outline",
|
||||
|
|
@ -548,13 +548,13 @@ export abstract class Constants {
|
|||
hotkeyLangId: "inbox",
|
||||
}], [{
|
||||
type: "bookmark",
|
||||
size: {width: 227, height: 0},
|
||||
size: {width: 232, height: 0},
|
||||
show: false,
|
||||
icon: "iconBookmark",
|
||||
hotkeyLangId: "bookmark",
|
||||
}, {
|
||||
type: "tag",
|
||||
size: {width: 227, height: 0},
|
||||
size: {width: 232, height: 0},
|
||||
show: false,
|
||||
icon: "iconTags",
|
||||
hotkeyLangId: "tag",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue