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
Would love to be able to add a clickable link to notifications. Not sure how this would be implemented cross-platform, but toast on windows 10 has the capability (see https://github.com/go-toast/toast).
Other recommendations to accomplish the same thing?
The text was updated successfully, but these errors were encountered:
On Linux there is support for actionshttps://developer.gnome.org/notification-spec/ . It will need to check capabilities of notification daemon first, some do not have support.
I never used actions, will need to see how it can be done with dbus.
Would love to be able to add a clickable link to notifications. Not sure how this would be implemented cross-platform, but toast on windows 10 has the capability (see https://github.com/go-toast/toast).
Other recommendations to accomplish the same thing?
The text was updated successfully, but these errors were encountered: