add notice under Linux

This commit is contained in:
2022-10-23 17:07:20 +02:00
parent 11c3f9f657
commit 573bcd393c
2 changed files with 17 additions and 2 deletions

View File

@@ -168,6 +168,14 @@ window.addEventListener('DOMContentLoaded', () => {
});
ipcRenderer.send("do-update-check");
break;
case "info":
Swal.fire({
title: 'Info!',
text: status.message,
icon: 'info',
confirmButtonText: 'Okay'
});
break;
case "update-complete":
Swal.fire({
title: 'Yaaay!',