mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 02:10:15 +01:00
This commit is contained in:
parent
3f8b08fbd4
commit
f90a4d2e41
3 changed files with 73 additions and 9 deletions
4
app/src/types/config.d.ts
vendored
4
app/src/types/config.d.ts
vendored
|
|
@ -260,6 +260,10 @@ declare namespace Config {
|
|||
* The version number of the theme currently in use
|
||||
*/
|
||||
themeVer: string;
|
||||
statusBar: {
|
||||
msgTaskHistoryDatabaseIndexCommitDisabled: boolean
|
||||
msgTaskAssetDatabaseIndexCommitDisabled: boolean
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue