Skip to content

Commit

Permalink
Update sheet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Argonius-Angelus authored Jun 6, 2024
1 parent 2588437 commit 8806fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ export class ClockSheet extends ActorSheet {
//console.log(clock._themes)

let compiledThemes = [];
compiledThemes.push(...clock._themes,...(clock._extraThemes ?? []));
compiledThemes.push(...clock._themes);
//console.log(compiledThemes);

let compiledThemePaths = [];
compiledThemePaths.push(...clock._themePaths,...(clock._extraThemePaths ?? []))
compiledThemePaths.push(...clock._themePaths)
//console.log(compiledThemePaths)

let themeDict = {};
Expand Down

0 comments on commit 8806fc6

Please sign in to comment.