Skip to content

Commit

Permalink
Merge branch 'siyuan-note:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC authored Apr 9, 2024
2 parents 3a10e2b + e321598 commit 87166fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 87166fb

Please sign in to comment.