Basic storage of watched paths.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
"navigation": {
|
||||
"home": "Home",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"settings": {
|
||||
"actions": {
|
||||
"addpath": "Add path"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user