Added finish icon

This commit is contained in:
2022-07-07 01:27:39 +02:00
parent c009a098c7
commit c4061822a2
2 changed files with 2 additions and 1 deletions

View File

@@ -119,7 +119,8 @@ function startBlender() {
openPage(Page.RenderFinish);
// TODO: only show notification if not in do not disturb mode, currently not working. Details: https://github.com/felixrieseberg/macos-notification-state/issues/30
new Notification("Render Finished", {
body: "Rendering finished successfully!"
body: "Rendering finished successfully!",
icon: "../assets/render_finished_icon.png"
}).onclick = function() {
ipcRenderer.send("openApp");
}