Add watcher status and additional typing.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user