You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By specifying a position, it does appear. Although, this requirement isn't specified in the documentation.
toast = ToastNotification(
title="This is a message title.",
message="This is the actual message.",
duration=2000*1,
position=(10, 10, "nw"),
icon="info",
)
Desktop (please complete the following information):
ttkboostrap 1.10.1
Python 3.12
Gnome 45.4 (Linux)
Describe the bug
Toasts just don't show up.
To Reproduce
Run this script and press the button.
Expected behavior
The toast should show up, it seems to do, but disapears instantly, no stacktrace in the terminal.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: