Add functionality to the CryptApp to make it update/display the current difficulty, and rerender when it changes.

This commit is contained in:
Oliver-Akins 2025-02-01 22:18:53 -07:00
parent 495dafaf12
commit 31033017f7
11 changed files with 125 additions and 11 deletions

View file

@ -4,5 +4,8 @@ export function registerMetaSettings() {
type: Number,
config: false,
requiresReload: false,
onChange: () => {
CONFIG.ui.crypt.render({ parts: [ `delveConditions` ]});
},
});
};