Closed Bananeweizen closed 5 years ago
I want to use addBadge like this:
addBadge(icon: 'https://myserver/some/image.png', text: 'foobar')
Right now this isn't possible due to the local file path creation in getIconPath(). Is there any workaround?
I did some modifications that should allow external images now
Released wit version 1.7
I want to use addBadge like this:
Right now this isn't possible due to the local file path creation in getIconPath(). Is there any workaround?