leon-mueller
leon-mueller
Hey Guys, this works perfectly, BUT: in my case the callback_on_click is executed instantly after this toast shows up. How can i make that the action only executes if I...
@jakubblaha-ids I'm doing as followed: ... callback_on_click=open_ticket(ticket_link) def open_ticket(url): webbrowser.open(url) In this case it's always executing the def open_ticket when the toast shows up
@JakubBlaha aaaah damn didn't thought about that tho. Thank you very much!!!!