Display differential download size in UI
This commit is contained in:
parent
052a8e65e2
commit
29c2f77d40
9 changed files with 320 additions and 151 deletions
|
@ -4,5 +4,5 @@
|
|||
import { ipcRenderer } from 'electron';
|
||||
|
||||
export function startUpdate(): void {
|
||||
ipcRenderer.send('start-update');
|
||||
ipcRenderer.invoke('start-update');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue