2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

fix(ux): add a downloading update toast

This commit is contained in:
18alantom 2022-03-01 14:33:37 +05:30 committed by Alan
parent 0b19304d19
commit 1b951e1513

View File

@ -103,6 +103,7 @@ function registerIpcRendererListeners() {
: frappe.t`New version available`;
const action = () => {
ipcRenderer.send(IPC_MESSAGES.DOWNLOAD_UPDATE);
showToast({ message: frappe.t`Downloading update` });
};
showToast({