implement a simple caching system for themes 3
This commit is contained in:
parent
15dde2d372
commit
5505a89e8a
8 changed files with 70 additions and 15 deletions
|
|
@ -28,6 +28,7 @@ export const defaultState = {
|
|||
theme: undefined,
|
||||
customTheme: undefined,
|
||||
customThemeSource: undefined,
|
||||
forceThemeRecompilation: false,
|
||||
hideISP: false,
|
||||
hideInstanceWallpaper: false,
|
||||
hideShoutbox: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue