mirror of
https://github.com/bitinflow/rerun-encoder.git
synced 2026-03-13 13:46:00 +00:00
Add encoder settings
Add encoder cancel button
This commit is contained in:
@@ -161,6 +161,9 @@ window.api = {
|
||||
logout: () => {
|
||||
return ipcRenderer.invoke('logout')
|
||||
},
|
||||
cancelEncode: () => {
|
||||
return ipcRenderer.invoke('cancel-encode')
|
||||
},
|
||||
encode: (id: string, input: string, options: EncoderOptions) => {
|
||||
return ipcRenderer.invoke('encode', {id, input, options})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user