Move all status/alert dialogs into the Left Pane
This commit is contained in:
parent
101070bf42
commit
18fd44f504
50 changed files with 1298 additions and 607 deletions
9
ts/shims/updateIpc.ts
Normal file
9
ts/shims/updateIpc.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { ipcRenderer } from 'electron';
|
||||
|
||||
export function startUpdate() {
|
||||
ipcRenderer.send('start-update');
|
||||
}
|
||||
|
||||
export function ackRender() {
|
||||
ipcRenderer.send('show-update-dialog-ack');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue