Merged with main

This commit is contained in:
WBHarry 2025-05-27 20:07:03 +02:00
commit 1bb23f1323
24 changed files with 208 additions and 210 deletions

View file

@ -218,7 +218,7 @@ export const registerDHSettings = () => {
game.settings.register(SYSTEM.id, SYSTEM.SETTINGS.gameSettings.appearance, {
scope: 'client',
config: true,
config: false,
type: DhAppearance,
default: DhAppearance.defaultSchema
});