fix(projects): recovery the layout config before is mobile. fixed #408, fixed #361

This commit is contained in:
Soybean
2024-04-27 13:07:19 +08:00
parent b3e9bbaeaa
commit dae2aa5513
2 changed files with 24 additions and 2 deletions

View File

@ -32,5 +32,10 @@ declare namespace StorageType {
overrideThemeFlag: string;
/** The global tabs */
globalTabs: App.Global.Tab[];
/** The backup theme setting before is mobile */
backupThemeSettingBeforeIsMobile: {
layout: UnionKey.ThemeLayoutMode;
siderCollapse: boolean;
};
}
}