GitHub30 / win11toast

Toast notifications for Windows 10 and 11 based on WinRT
https://pypi.org/project/win11toast/
MIT License
227 stars 15 forks source link

Picture-links don't show on windows 10 #18

Closed phill44-source closed 1 year ago

phill44-source commented 1 year ago

Hello, as you can see in this picture, the picture apparently gets some kind of "frame" (i would call it) but it doesnt get shown, that is with every picture from the tutorial. it does seem to work with them downloaded tho, so basically links dont seem to be working correctly grafik

GitHub30 commented 1 year ago

if the app_id contains c:internet, the icon can be displayed.

from win11toast import toast

toast(icon='https://raw.githubusercontent.com/iTZUNAMI/ahk-razersynapse3-deamon/master/RazerIcon.ico', app_id='Microsoft.WindowsTerminal_8wekyb3d8bbwe!App')

toast(icon='https://raw.githubusercontent.com/iTZUNAMI/ahk-razersynapse3-deamon/master/RazerIcon.ico', app_id='Microsoft.WindowsCalculator_8wekyb3d8bbwe!App')

https://github.com/GitHub30/win11toast/discussions/7#discussioncomment-3942903

phill44-source commented 1 year ago

thank you