This action simply opens the settings dialog of Kando.
Open Settings

Options
Section titled “ Options”This action has no options.
JSON Configuration
Section titled “ JSON Configuration”If you edit your menus.json file by hand or use the IPC interface, you can create this action with something like the following.
..."selectWorkflow": { "actions": [ ... { "type": "open-settings" } ... ]}...