mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 14:56:09 +01:00
📝 更新搜索排序菜单文案
This commit is contained in:
parent
48548de9be
commit
698d659efd
6 changed files with 6 additions and 1 deletions
|
|
@ -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