mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
App close message when rendering preview removed
This commit is contained in:
@@ -241,7 +241,7 @@ function blender(command:blenderCmd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ipcRenderer.on("isRenderActiveClose", () => {
|
ipcRenderer.on("isRenderActiveClose", () => {
|
||||||
if(renderingPicture || renderingVideo) {
|
if(renderingVideo) {
|
||||||
ipcRenderer.send("renderActiveClose");
|
ipcRenderer.send("renderActiveClose");
|
||||||
} else {
|
} else {
|
||||||
ipcRenderer.send("renderInactiveClose");
|
ipcRenderer.send("renderInactiveClose");
|
||||||
|
|||||||
Reference in New Issue
Block a user