Skip to content

Commit

Permalink
Update logic.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Mar 15, 2023
1 parent 5d1f803 commit b8bf7d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions module/logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ class PartyOverviewApp extends Application {
r.style.setProperty("--party-overview-min-height", `${78 + 33 * actors.length}px`);
}

get CurrentSystemProvider() {
return currentSystemProvider;
}

static get defaultOptions() {
return mergeObject(super.defaultOptions, {
width: currentSystemProvider.width,
Expand Down

0 comments on commit b8bf7d7

Please sign in to comment.