Skip to content

Commit

Permalink
Fixed missing tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
bithir committed Feb 15, 2024
1 parent 09e68f4 commit 63d6ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gm-notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ class GMNote extends FormApplication {

buttons.unshift({
// If hide label is true, don't show label
label: GMNote.shouldHideLabel ? '' : game.i18n.localize('GMNote.label'),
label: game.i18n.localize('GMNote.label'),
tooltip: game.i18n.localize('GMNote.label'),
class: 'open-gm-note',
get icon() {
// Get GM Notes
Expand Down

0 comments on commit 63d6ab1

Please sign in to comment.