Skip to content

Open Settings

banner

This is a very simple menu item which opens the settings dialog of Kando. It does not have any additional options or configuration.

If you happen to edit your menus.json file by hand, you can create a settings item with something like the following. You can read more about the structure of the menus.json file in its documentation.

menus.json
// ...
{
"name": "Open Settings",
"type": "settings",
"icon": "settings-item.svg",
"iconTheme": "kando",
},
// ...