Skip to content

Commit 283c8a2

Browse files
committed
Fix icon name so it shows up appropriately
1 parent 65804b8 commit 283c8a2

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)