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
I tested message push using Firefox browser. When I closed Firefox browser and clicked on the message in the message center, it opened Firefox browser and redirected to the specified page. I'm not sure if WinToast can implement it. I have tried deleting clear() from ToastNotify::~ToastNotify(), but this only keeps the message in the message center and clicking on it has no effect.
I tested message push using Firefox browser. When I closed Firefox browser and clicked on the message in the message center, it opened Firefox browser and redirected to the specified page. I'm not sure if WinToast can implement it. I have tried deleting
clear()
fromToastNotify::~ToastNotify()
, but this only keeps the message in the message center and clicking on it has no effect.This is my test demo:
The text was updated successfully, but these errors were encountered: