Skip to content

Commit 3b38002

Browse files
committed
do not proxify data image
1 parent 64bbf42 commit 3b38002

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/api/Action.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ export class Action {
3737
}
3838

3939
public get icon() {
40+
if (this._data.icon.startsWith('data:')) {
41+
return this._data.icon;
42+
}
4043
return proxifyImage(this._data.icon).toString();
4144
}
4245

0 commit comments

Comments
 (0)