1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Implemented: Customize badge colors (#109)

This commit is contained in:
nobody
2020-09-25 07:34:59 +02:00
parent 15b1037a4b
commit 46f5ffac76
7 changed files with 153 additions and 37 deletions

View File

@@ -78,7 +78,9 @@ const Setting = {
'INTERNAL_STATISTICS': 'internalStatistics',
'INTERNAL_STATISTICS_DATA': 'internalStatisticsData',
'ALLOWED_DOMAINS_GOOGLE_FONTS': 'allowedDomainsGoogleFonts',
'STORAGE_TYPE': 'storageType'
'STORAGE_TYPE': 'storageType',
'BADGE_COLOR': 'badgeColor',
'BADGE_TEXT_COLOR': 'badgeTextColor'
};
const SettingDefaults = {