]> _ Git - cubeextranet.git/commitdiff
wip #4776 @0:05
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 12 Oct 2021 10:17:31 +0000 (10:17 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 12 Oct 2021 10:17:31 +0000 (10:17 +0000)
desktop/windows/workshop/windows-x32/package.nw/main.js

index 00c63a8b65f42dfc84a85b5642620497911c4c8a..a5290a5a599f598188c83ac3f0edfd5b9cd4faab 100644 (file)
@@ -3,6 +3,7 @@ if (nw.App.argv.length >= 1 && nw.App.argv[0].indexOf('https://workshop.fluidboo
     url = nw.App.argv[0];\r
 }\r
 var win = nw.Window.open(url, {}, function (win) {\r
+    win.window.nw=nw;\r
 });\r
 \r
 try {\r