fix: Improve context menu lifecycle management, update module version, and migrate repository links.

This commit is contained in:
CPTN Cosmo 2026-02-11 16:43:31 +01:00
parent b1042f81eb
commit f41aa5cc31
No known key found for this signature in database
4 changed files with 26 additions and 7 deletions

View file

@ -149,7 +149,7 @@ Hooks.once('init', () => {
game.settings.register(MODULE_ID, 'showFearNumber', {
name: 'Show Fear Number',
hint: 'Display the numerical value (e.g., 3 / 6) at the bottom.',
hint: 'Display the numerical value (e.g., 4 / 12) at the bottom.',
scope: 'client',
config: true,
type: Boolean,