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
Copy file name to clipboardexpand all lines: docs/api-reference/feedback/toast.md
+4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ When an asynchronous operation is happening or when an error is thrown, it's usu
4
4
5
5
Additionally, Toasts can have some actions associated to the action they are about. For example, you could provide a way to cancel an asynchronous operation, undo an action, or copy the stack trace of an error.
6
6
7
+
{% hint style="info" %}
8
+
The `showToast()` will fallback to [showHUD()](./hud.md#showhud) if the Raycast window is closed.
0 commit comments