mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +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: [],
|
||||
tag: "div",
|
||||
window: {
|
||||
frame: true,
|
||||
title: "Fear",
|
||||
positioned: true,
|
||||
resizable: true
|
||||
frame: true,
|
||||
title: "Fear",
|
||||
positioned: true,
|
||||
resizable: true,
|
||||
minimizable: false
|
||||
},
|
||||
actions: {
|
||||
setFear: Resources.setFear,
|
||||
increaseFear: Resources.increaseFear
|
||||
setFear: Resources.setFear,
|
||||
increaseFear: Resources.increaseFear
|
||||
},
|
||||
position: {
|
||||
width: 222,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue