Skip to content

Conversation

mastermach50
Copy link

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 mastermach50 changed the title Added Title Support For systray icon and a few spelling corrections Added Title Support For systray icon , Syntax highlighting in README and a few spelling Corrections Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant