mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 11:28:49 +01:00
💄
This commit is contained in:
parent
af35d9487c
commit
b53335eecd
1 changed files with 4 additions and 2 deletions
|
|
@ -89,7 +89,8 @@ export const workspaceMenu = (rect: DOMRect) => {
|
|||
}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({type: "separator"}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
label: window.siyuan.languages.openedWorkspace,
|
||||
iconHTML: window.siyuan.languages.openedWorkspace,
|
||||
label:"",
|
||||
type: "readonly"
|
||||
}).element);
|
||||
response.data.forEach((item: IWorkspace) => {
|
||||
|
|
@ -107,7 +108,8 @@ export const workspaceMenu = (rect: DOMRect) => {
|
|||
});
|
||||
window.siyuan.menus.menu.append(new MenuItem({type: "separator"}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
label: window.siyuan.languages.about7,
|
||||
iconHTML: window.siyuan.languages.about7,
|
||||
label:"",
|
||||
type: "readonly"
|
||||
}).element);
|
||||
response.data.forEach((item: IWorkspace) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue