请问Growl 信息通知如何设置消息停留的时间? #1062
Answered
by
Yopler
ApaulMyLittleAirport
asked this question in
Q&A
-
请问Growl 信息通知如何设置消息停留的时间?感觉Growl.Success消息停留时间有点长,能否设置下停留时间? |
Beta Was this translation helpful? Give feedback.
Answered by
Yopler
Dec 6, 2021
Replies: 2 comments 2 replies
-
Hi 🖐, You can try this (not sure it's working). GrowlInfo growlInfo = new GrowlInfo() { WaitTime = 33 };
Growl.Success(growlInfo);
Here you can findthe source code for Growl : https://github.com/HandyOrg/HandyControl/blob/master/src/Shared/HandyControl_Shared/Controls/Growl/ |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
NaBian
-
Why doesn't the pop-up card display an icon after using the GrowlInfo notification |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi 🖐,
You can try this (not sure it's working).
33
is just a random valueHere you can findthe source code for Growl : https://github.com/HandyOrg/HandyControl/blob/master/src/Shared/HandyControl_Shared/Controls/Growl/