Added a font choice to system diceSoNice settings

This commit is contained in:
WBHarry 2025-11-21 10:02:21 +01:00
parent e77f538ab7
commit 24893b8d5b
4 changed files with 9 additions and 2 deletions

View file

@ -144,6 +144,7 @@ export default class DHAppearanceSettings extends HandlebarsApplicationMixin(App
context.diceSoNiceSystems = Object.fromEntries(
[...game.dice3d.DiceFactory.systems].map(([k, v]) => [k, v.name])
);
context.diceSoNiceFonts = game.dice3d.exports.Utils.prepareFontList();
foundry.utils.mergeObject(
context.dsnTabs,