Add watcher status and additional typing.

This commit is contained in:
Patrick Fic
2025-03-21 11:28:30 -07:00
parent 6da5822197
commit 14e7c64eab
19 changed files with 385 additions and 81 deletions

View File

@@ -22,6 +22,11 @@
},
"toRenderer": {
"test": "toRenderer_test",
"watcher": {
"started": "toRenderer_watcher_started",
"stopped": "toRenderer_watcher_stopped",
"error": "toRenderer_watcher_error"
},
"user": {
"getToken": "toRenderer_user_getToken"
}

View File

@@ -6,7 +6,14 @@
},
"settings": {
"actions": {
"addpath": "Add path"
"addpath": "Add path",
"startwatcher": "Start Watcher",
"stopwatcher": "Stop Watcher\n"
},
"labels": {
"started": "Started",
"stopped": "Stopped",
"watcherstatus": "Watcher Status"
}
}
}