Skip to content

Commit ca2fc82

Browse files
committed
Replace svg icon with png icon
1 parent 9a1d2ed commit ca2fc82

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"category": "Smali",
4242
"enablement": "true",
4343
"icon": {
44-
"dark": "./res/dark/decompile.svg",
45-
"light": "./res/light/decompile.svg"
44+
"dark": "./res/dark/decompile.png",
45+
"light": "./res/light/decompile.png"
4646
}
4747
},
4848
{

res/dark/decompile.png

594 Bytes
Loading

res/dark/decompile.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

res/light/decompile.png

418 Bytes
Loading

res/light/decompile.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)