Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
142 views
in Technique[技术] by (71.8m points)

win10toast python change program title in notification center

I am using the win10toastpersist module, and I am wondering how I can change the "Python" title in the notification center to a custom value.

enter image description here

question from:https://stackoverflow.com/questions/65878349/win10toast-python-change-program-title-in-notification-center

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Are you using show_toast method? If, then there you can pass the title parameter.

Also, if possible show us your code.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...