Skip to content

Commit

Permalink
Merge pull request #179 from LadyCailin/main
Browse files Browse the repository at this point in the history
Fix icon name so it shows up appropriately
  • Loading branch information
SnaveSutit authored Feb 3, 2024
2 parents 65804b8 + 283c8a2 commit 1948c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ajMenuBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ events.UNSELECT_PROJECT.subscribe(() => {

MenuBar.addAction(
createAction('animated_java:about', {
icon: 'info_outline',
icon: 'info',
category: 'animated_java',
name: translate('animated_java.menubar.items.about'),
condition: () => Format === ajModelFormat,
Expand Down

0 comments on commit 1948c4a

Please sign in to comment.