Add icons to check roll dialog buttons
This commit is contained in:
parent
f64e459cd2
commit
8e8aa4caee
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,7 @@ async function askGmModifier(
|
||||||
content: renderedHtml,
|
content: renderedHtml,
|
||||||
buttons: {
|
buttons: {
|
||||||
ok: {
|
ok: {
|
||||||
|
icon: '<i class="fas fa-check"></i>',
|
||||||
label: game.i18n.localize("DS4.RollDialogOkButton"),
|
label: game.i18n.localize("DS4.RollDialogOkButton"),
|
||||||
callback: (html) => {
|
callback: (html) => {
|
||||||
if (!("jquery" in html)) {
|
if (!("jquery" in html)) {
|
||||||
|
@ -152,6 +153,7 @@ async function askGmModifier(
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
cancel: {
|
cancel: {
|
||||||
|
icon: '<i class="fas fa-times"></i>',
|
||||||
label: game.i18n.localize("DS4.RollDialogCancelButton"),
|
label: game.i18n.localize("DS4.RollDialogCancelButton"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue