fix: Force UI resource rendering by passing force option
This commit is contained in:
parent
3feb1d016f
commit
663c35d235
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Hooks.once('init', () => {
|
|||
console.log(`${MODULE_ID} | Initializing Daggerheart Fear Tracker Plus`);
|
||||
|
||||
const refreshFearTracker = () => {
|
||||
if (ui.resources?.render) ui.resources.render();
|
||||
if (ui.resources?.render) ui.resources.render({ force: true });
|
||||
};
|
||||
|
||||
// Register Settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue