Add three events to tabs
This commit is contained in:
parent
b11d73826a
commit
b9ae75e4eb
|
@ -21,6 +21,9 @@ ipc.on(...forwardToCurrentWebview("SYSTEM_TRAY_OPEN_VOICE_SETTINGS"))
|
|||
ipc.on(...forwardToCurrentWebview("SYSTEM_TRAY_TOGGLE_MUTE"))
|
||||
ipc.on(...forwardToCurrentWebview("SYSTEM_TRAY_TOGGLE_DEAFEN"))
|
||||
ipc.on(...forwardToCurrentWebview("LAUNCH_APPLICATION"))
|
||||
ipc.on(...forwardToCurrentWebview("SPELLCHECK_RESULT"))
|
||||
ipc.on(...forwardToCurrentWebview("WINDOW_DEVTOOLS_OPENED"))
|
||||
ipc.on(...forwardToCurrentWebview("WINDOW_DEVTOOLS_CLOSED"))
|
||||
ipc.on(...forwardToCurrentWebview("UPDATE_ERROR"))
|
||||
ipc.on(...forwardToCurrentWebview("UPDATE_NOT_AVAILABLE"))
|
||||
ipc.on(...forwardToCurrentWebview("UPDATE_MANUALLY"))
|
||||
|
|
Loading…
Reference in New Issue