Reorder IPC callbacks for settings window
This commit is contained in:
parent
5c7972893c
commit
4bed918cf8
6 changed files with 19 additions and 15 deletions
|
@ -181,7 +181,7 @@ export function installCallback<Name extends keyof IPCEventsCallbacksType>(
|
|||
);
|
||||
} catch (error) {
|
||||
ipcRenderer.send(
|
||||
`callbacks:call-success;${name}`,
|
||||
`callbacks:call-success:${name}`,
|
||||
error && error.stack ? error.stack : error
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue