mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 14:12:34 +01:00
This commit is contained in:
parent
d8b7b8aaac
commit
4b33bc080a
8 changed files with 32 additions and 8 deletions
|
|
@ -122,7 +122,7 @@ const splitSubMenu = (tab: Tab) => {
|
|||
}];
|
||||
if (tab.parent.children.length > 1) {
|
||||
subMenus.push({
|
||||
icon: "iconRight",
|
||||
icon: "iconLayoutRight",
|
||||
label: window.siyuan.languages.splitMoveR,
|
||||
click: () => {
|
||||
const newWnd = tab.parent.split("lr");
|
||||
|
|
@ -142,7 +142,7 @@ const splitSubMenu = (tab: Tab) => {
|
|||
|
||||
if (tab.parent.children.length > 1) {
|
||||
subMenus.push({
|
||||
icon: "iconDown",
|
||||
icon: "iconLayoutBottom",
|
||||
label: window.siyuan.languages.splitMoveB,
|
||||
click: () => {
|
||||
const newWnd = tab.parent.split("tb");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue