mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 12:54:16 +02:00
Add setting to hide party stats
This commit is contained in:
parent
85ca7efc6d
commit
cde1654f42
9 changed files with 212 additions and 142 deletions
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue