mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 10:46:09 +01:00
🎨 Supports configuring the maximum number of Recent documents to be listed https://github.com/siyuan-note/siyuan/issues/16720
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
cde0840bf7
commit
827c7a5bf6
27 changed files with 61 additions and 7 deletions
4
app/src/types/config.d.ts
vendored
4
app/src/types/config.d.ts
vendored
|
|
@ -680,6 +680,10 @@ declare namespace Config {
|
|||
* Whether to create new documents at the top of the document tree
|
||||
*/
|
||||
createDocAtTop: boolean;
|
||||
/**
|
||||
* The maximum number of recent documents listed
|
||||
*/
|
||||
recentDocsMaxListCount: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue