Skip to content

Open Settings

banner

This action simply opens the settings dialog of Kando.

This action has no options.

If you edit your menus.json file by hand or use the IPC interface, you can create this action with something like the following.

menus.json
...
"selectWorkflow": {
"actions": [
...
{
"type": "open-settings"
}
...
]
}
...