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
notifier = Notiffany.connect(title: "A message")
notifier.notify("Hello there!", image: :success)
but when I do this, the title in my terminal window is set to "[Notiffany] Hello there!".
If I read the code correctly, only four options can be passed into Notifier.connect (namespace, logger, notify, and notifiers); other options are not passed to the notifier constructors, which means they always get the default title ("Notiffany"):
README.md says to do this:
but when I do this, the title in my terminal window is set to "[Notiffany] Hello there!".
If I read the code correctly, only four options can be passed into Notifier.connect (namespace, logger, notify, and notifiers); other options are not passed to the notifier constructors, which means they always get the default title ("Notiffany"):
The text was updated successfully, but these errors were encountered: