Skip to content

Commit

Permalink
Fix category menu on shared
Browse files Browse the repository at this point in the history
  • Loading branch information
rrgeorge committed Aug 15, 2021
1 parent 3265545 commit 164e724
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ app.on('ready', () => {
})
compendiumMenu.submenu.append(categoryMenu)
}
categoryMenu.push( new MenuItem({
categoryMenu.submenu.append( new MenuItem({
label: book.book,
toolTip: book.bookCode,
submenu: [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EncounterLog",
"version": "2.0.4",
"version": "2.0.5",
"description": "Connect D&D Beyond to EncounterPlus",
"repository": {
"type": "git",
Expand Down

0 comments on commit 164e724

Please sign in to comment.