Add settings button for presets, rearrange button order

This commit is contained in:
Chris Ryan 2025-10-17 22:18:08 +10:00
parent b75b4c8fcb
commit 110213d8db
3 changed files with 44 additions and 19 deletions

View file

@ -64,9 +64,4 @@ export default class PresetTemplates extends HandlebarsApplicationMixin(Applicat
_onPosition(position) {
game.user.setFlag(CONFIG.DH.id, 'app.presetTemplates.position', position);
}
async close(options = {}) {
if (!options.allowed) return;
else super.close(options);
}
}