Vanessa 2025-11-13 11:14:46 +08:00
parent f4d09f952f
commit 4b37741535
2 changed files with 13 additions and 15 deletions

View file

@ -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;
}
/**