Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jan 25, 2025
1 parent a803f0f commit 165b081
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1146,12 +1146,12 @@ export function initConfig() {
async _getButtons() {
return [
{
label: "DND5E.LongRest",
label: "DND5E.REST.Long.Label",
onClick: (event) => this.actor.longRest(),
icon: "fas fa-bed",
},
{
label: "DND5E.ShortRest",
label: "DND5E.REST.Short.Label",
onClick: (event) => this.actor.shortRest(),
icon: "fas fa-coffee",
},
Expand Down

0 comments on commit 165b081

Please sign in to comment.