You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All settings of Kando are stored in **two configuration files** JSON files which you can edit with any text editor.
19
20
[`config.json`](#general-configuration-configjson) stores the general configuration of the application and [`menus.json`](#menu-configuration-menusjson) stores the configuration of the individual menus.
20
21
21
-
<Asidetype="tip"title="Edit the config files while Kando is running!">
22
-
Whenever you save a file, Kando will automatically 🔥 **hot-reload** the configuration.
23
-
Kando will ✅ **validate** the configuration files. If you [launched Kando from a
24
-
terminal](../../launch-from-cli), it will print errors to the console if it finds any.
25
-
In this case, the configuration will not be reloaded. If a configuration file is invalid
26
-
at startup, Kando will refuse to start.
27
-
</Aside>
22
+
## <Iconname="solar:safe-2-bold-duotone"class="inline-icon" /> Backup your Menus and Settings!
23
+
24
+
It's a good idea to backup your menus and settings regularly, especially if you have spent a lot of time customizing them.
25
+
As noted above, all of Kando's settings, including your menus, are stored in two JSON files.
26
+
You can either backup these files manually, or use the corresponding buttons in the general settings dialog.
0 commit comments