giangvo / alfred-workflow-nodejs

A small library providing helpers to create Alfred Workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deeper menus after first onMenuItemSelected

krokofant opened this issue · comments

I have multiple top-level alternatives such as
(Action) Set password + password
(Action) Set user + username
(Action) Get courses
(MenuItemSelected) Get courses + SelectedCourse

Now I would want an additional menu like
(MenuItemSelected) Get courses + SelectedCourse + Register

Is this possible?

Hi, current code does not support. I will think about it and do implementation