alfred-workflow-gauth icon indicating copy to clipboard operation
alfred-workflow-gauth copied to clipboard

Explicitly mark non-actionable items as such

Open aik099 opened this issue 7 months ago • 0 comments

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.

aik099 avatar Mar 10 '25 07:03 aik099