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