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:
parent
0b19304d19
commit
1b951e1513
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user