Skip to content

Commit 1948c4a

Browse files
authored
Merge pull request #179 from LadyCailin/main
Fix icon name so it shows up appropriately
2 parents 65804b8 + 283c8a2 commit 1948c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/ajMenuBar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ events.UNSELECT_PROJECT.subscribe(() => {
4848

4949
MenuBar.addAction(
5050
createAction('animated_java:about', {
51-
icon: 'info_outline',
51+
icon: 'info',
5252
category: 'animated_java',
5353
name: translate('animated_java.menubar.items.about'),
5454
condition: () => Format === ajModelFormat,

0 commit comments

Comments
 (0)