MrPrimate / NoteLicker

A simple auto note pin app for FoundryVTT
MIT License
1 stars 1 forks source link

Use 'requiresReload' instead of `debounceReload` #6

Closed farling42 closed 3 months ago

farling42 commented 3 months ago

Currently almost as soon as one of this module's settings is changed then Foundry reloads (which takes a time with any PF2 game). It would be preferable to wait until the "save settings" button is pressed in the module settings window.

Foundry provides the requiresReload boolean standard flag for game settings, which would make it far less annoying when changing multiple settings.

MrPrimate commented 3 months ago

I have no idea why this isn't set as requires reload - I think maybe an artifact of my first pass pre-release. I'll get this changed.

MrPrimate commented 3 months ago

In v0.1.8