alfred-workflow-gauth
alfred-workflow-gauth copied to clipboard
Explicitly mark non-actionable items as such
Previously all non-actionable items (e.g. Time Remaining..., GAuth is not yet configured, etc.) were using ignore="yes" XML attribute, which Alfred didn't recognize. Because of this, the user was able to hit ENTER (or click) on that item, which resulted in:
- an empty input was sent to the clipboard paste and show notification actions;
- Alfred's search bar was closed.
This change explicitly marks these items as non-actionable so that user can't use them.