diff --git a/module/applications/resources.mjs b/module/applications/resources.mjs index 86f85178..b25e374f 100644 --- a/module/applications/resources.mjs +++ b/module/applications/resources.mjs @@ -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,