mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
💄
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user