This commit is contained in:
Vanessa 2023-12-21 11:35:07 +08:00
parent aa1a2728b0
commit 4c8a57ec21
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ const openDockMenu = (app: App) => {
});
menu.fullscreen("bottom");
if (menu.element.lastElementChild.innerHTML === "") {
showMessage(window.siyuan.languages.emptyContent);
showMessage(window.siyuan.languages._kernel[122]);
}
}