mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Add settings button for presets, rearrange button order
This commit is contained in:
parent
b75b4c8fcb
commit
110213d8db
3 changed files with 44 additions and 19 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue