Removed ChatTheme from settings

This commit is contained in:
WBHarry 2025-08-02 18:46:47 +02:00
parent 73a19fc0bb
commit fb8a1e3ff6
5 changed files with 3 additions and 49 deletions

View file

@ -29,14 +29,3 @@ export const gameSettings = {
LevelTiers: 'LevelTiers',
Countdowns: 'Countdowns'
};
export const DualityRollColor = {
colorful: {
value: 0,
label: 'DAGGERHEART.SETTINGS.DualityRollColor.options.colorful'
},
normal: {
value: 1,
label: 'DAGGERHEART.SETTINGS.DualityRollColor.options.normal'
}
};