Skip to content

Toast is not showing, and no errors are present #2

@mkierc

Description

@mkierc

I have notifications enabled in the system settings, running following code yields no result (no toast notification or any error in console):

from tinyWinToast.tinyWinToast import Toast

toast = Toast()
toast.setTitle("test")
toast.setMessage("test message")
toast.show()

Python 3.6.8 / 3.7.2
tinyWinToast==1.1
Windows 10, version 1809

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions