Windows-10-Toast-Notifications icon indicating copy to clipboard operation
Windows-10-Toast-Notifications copied to clipboard

Added Title Support For systray icon , Syntax highlighting in README and a few spelling Corrections

Open mastermach50 opened this issue 4 years ago • 0 comments

Made it possible to add a title of your own for the systray icon rather than just tooltip. example:

from win10toast import ToastNotifier

notifier = ToastNotifier("Application Name")
notifier.show_toast(
    "Notification",
    "Message",
    icon_path = "Keyboard A Key.ico",
    duration = 10,
    threaded = True)

image Also did a few spelling corrections.(In README and init)

mastermach50 avatar Aug 09 '21 07:08 mastermach50