This is a very simple menu item which opens the settings dialog of Kando. It does not have any additional options or configuration.
Open Settings
Example Configuration
Section titled “ Example 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.
// ...{ "name": "Open Settings", "type": "settings", "icon": "settings-item.svg", "iconTheme": "kando",},// ...