mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
minimizable false
This commit is contained in:
parent
f792efe444
commit
94ea9ba185
1 changed files with 7 additions and 6 deletions
|
|
@ -23,7 +23,8 @@ export default class Resources extends HandlebarsApplicationMixin(ApplicationV2)
|
||||||
frame: true,
|
frame: true,
|
||||||
title: "Fear",
|
title: "Fear",
|
||||||
positioned: true,
|
positioned: true,
|
||||||
resizable: true
|
resizable: true,
|
||||||
|
minimizable: false
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
setFear: Resources.setFear,
|
setFear: Resources.setFear,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue