winotify icon indicating copy to clipboard operation
winotify copied to clipboard

Pop up won't appear if there are quotes inside the title

Open ton77v opened this issue 11 months ago • 1 comments

To Reproduce

from winotify import Notification

toast = Notification(app_id="windows app",
                     title='Winotify "Test" Toast',
                     msg="New Notification!",
                     icon=r"c:\path\to\icon.png")

toast.show()

The notification won't appear.

ton77v avatar Jul 14 '23 08:07 ton77v