Basic storage of watched paths.

This commit is contained in:
Patrick Fic
2025-03-12 15:31:35 -07:00
parent fb991670fe
commit a01d4bfb44
9 changed files with 131 additions and 7 deletions

View File

@@ -1,7 +1,13 @@
{
"toMain": {
"test": "toMain_test",
"authStateChanged": "toMain_authStateChanged"
"authStateChanged": "toMain_authStateChanged",
"settings": {
"filepaths": {
"get": "toMain_settings_filepaths_get",
"add": "toMain_settings_filepaths_add"
}
}
},
"toRenderer": {
"test": "toRenderer_test"

View File

@@ -3,6 +3,11 @@
"navigation": {
"home": "Home",
"settings": "Settings"
},
"settings": {
"actions": {
"addpath": "Add path"
}
}
}
}