mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Display differential download size in UI
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
import { ipcRenderer } from 'electron';
|
||||
|
||||
export function startUpdate(): void {
|
||||
ipcRenderer.send('start-update');
|
||||
ipcRenderer.invoke('start-update');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user