mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-14 00:16:13 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
13f921e24a
8 changed files with 22 additions and 7 deletions
|
|
@ -89,7 +89,7 @@ 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.opendWorkspace,
|
||||
label: window.siyuan.languages.openedWorkspace,
|
||||
type: "readonly"
|
||||
}).element);
|
||||
response.data.forEach((item: IWorkspace) => {
|
||||
|
|
|
|||
|
|
@ -666,7 +666,7 @@ const addConfigMoreMenu = async (config: ISearchOption, edit: Protyle, element:
|
|||
}];
|
||||
if (config.group === 1) {
|
||||
sortMenu.push({
|
||||
label: window.siyuan.languages.context,
|
||||
label: window.siyuan.languages.sortByContent,
|
||||
current: config.sort === 5,
|
||||
click() {
|
||||
config.sort = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue