mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
minimizable false
This commit is contained in:
parent
f792efe444
commit
94ea9ba185
1 changed files with 7 additions and 6 deletions
|
|
@ -20,14 +20,15 @@ export default class Resources extends HandlebarsApplicationMixin(ApplicationV2)
|
||||||
classes: [],
|
classes: [],
|
||||||
tag: "div",
|
tag: "div",
|
||||||
window: {
|
window: {
|
||||||
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,
|
||||||
increaseFear: Resources.increaseFear
|
increaseFear: Resources.increaseFear
|
||||||
},
|
},
|
||||||
position: {
|
position: {
|
||||||
width: 222,
|
width: 222,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue