#55 Added default item height in settings

This commit is contained in:
Vlyan
2024-05-11 12:11:38 +02:00
parent 7ca9ee6cba
commit 5687a2f34b
22 changed files with 40 additions and 51 deletions

View File

@@ -50,7 +50,7 @@ export class HelpDialog extends FormApplication {
event.preventDefault();
event.stopPropagation();
const name = $(event.currentTarget).data("type");
ui.notifications.info(game.i18n.localize(`l5r5e.logo.${name}.info`));
ui.notifications.info(`l5r5e.logo.${name}.info`, {localize: true});
window.open(game.i18n.localize(`l5r5e.logo.${name}.link`), "_blank");
});
}