Add setting to hide party stats (#1861)

This commit is contained in:
Carlos Fernandez 2026-05-04 06:39:20 -04:00 committed by GitHub
parent e95ea3c281
commit 2ffe678503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 212 additions and 142 deletions

View file

@ -91,7 +91,10 @@ const registerMenuSettings = () => {
game.settings.register(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.Metagaming, {
scope: 'world',
config: false,
type: DhMetagaming
type: DhMetagaming,
onChange: value => {
value.handleChange();
}
});
game.settings.register(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.Homebrew, {