mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 14:58:49 +01:00
🎨 Improve the title of document tree settings on mobile (#14608)
This commit is contained in:
parent
246efd5938
commit
dff8537c25
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ import {genNotebookOption} from "../../menus/onGetnotebookconf";
|
|||
|
||||
export const initFileTree = () => {
|
||||
openModel({
|
||||
title: window.siyuan.languages.editor,
|
||||
icon: "iconEdit",
|
||||
title: window.siyuan.languages.fileTree,
|
||||
icon: "iconFiles",
|
||||
html: `<label class="fn__flex b3-label">
|
||||
<div class="fn__flex-1">
|
||||
${window.siyuan.languages.fileTree18}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue