minimizable false

This commit is contained in:
Dapoolp 2025-06-03 23:32:41 +02:00
parent f792efe444
commit 94ea9ba185

View file

@ -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,