Implement settings dialog and custom menu item management

This commit is contained in:
2026-03-28 03:48:41 +01:00
parent e6fdfa1aa3
commit b5c18d493c
6 changed files with 550 additions and 39 deletions

20
build/linux/config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"favorites": [
"/home/brasse",
"/home/brasse/test",
"/home"
],
"text_editor": "msedit",
"custom_menu_items": [
{
"name": "Open in Vs Code",
"command": "code $[path]",
"applies_to": "Both"
},
{
"name": "Nytt kommando",
"command": "echo $[path]",
"applies_to": "Both"
}
]
}

Binary file not shown.