Enables users chosen colors to be saved in storage

This commit is contained in:
Alicia Sykes
2021-07-18 09:46:13 +01:00
parent 7205041b00
commit 3ff830ea95
3 changed files with 51 additions and 24 deletions

View File

@@ -53,6 +53,7 @@ module.exports = {
COLLAPSE_STATE: 'collapseState',
ICON_SIZE: 'iconSize',
THEME: 'theme',
CUSTOM_COLORS: 'customColors',
CONF_SECTIONS: 'confSections',
PAGE_INFO: 'pageInfo',
APP_CONFIG: 'appConfig',