mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Use daggerheart style for dialog
This commit is contained in:
parent
57cd7c0679
commit
2e6253ee1d
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ export default class DhActorDirectory extends foundry.applications.sidebar.tabs.
|
|||
content.append(select);
|
||||
|
||||
const tier = await foundry.applications.api.Dialog.input({
|
||||
window: { title: 'DAGGERHEART.UI.Sidebar.actorDirectory.pickTierTitle' },
|
||||
classes: ["dh-style", "dialog"],
|
||||
window: { title: 'DAGGERHEART.UI.Sidebar.actorDirectory.pickTierTitle', classes: ["dh-style"] },
|
||||
content,
|
||||
ok: {
|
||||
label: 'Create Adversary',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue