Replies: 1 comment 5 replies
-
Thanks for your question. You can get input by on_click from win11toast import toast
toast('gain value', 'please chose', buttons=['A', 'B', 'C'], on_click=lambda args: print('clicked!', args))
# clicked! {'arguments': 'http:B', 'user_input': {}} on B clicked 2022-09-01.20-56-50.mp4 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that it will return a dic but actually it is Nonetype.
How can I get the value of "user_input"? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions