Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Whirlpool
whirlpool-gui
Commits
c6ed1f33
Unverified
Commit
c6ed1f33
authored
Dec 29, 2019
by
Pavel Ševčík
Browse files
added constants for IPC_CAMERA events
parent
b3824760
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
app/const.js
app/const.js
+5
-0
No files found.
app/const.js
View file @
c6ed1f33
...
...
@@ -23,6 +23,11 @@ export const IPC_CLILOCAL = {
RELOAD
:
'
cliLocal.reload
'
,
DELETE_CONFIG
:
'
cliLocal.deleteConfig
'
};
export
const
IPC_CAMERA
=
{
REQUEST
:
'
camera.request
'
,
GRANTED
:
'
camera.granted
'
,
DENIED
:
'
camera.denied
'
};
export
const
CLILOCAL_STATUS
=
{
DOWNLOADING
:
'
DOWNLOADING
'
,
ERROR
:
'
ERROR
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment