NK-113 - Open Wren Script File with Double Click

This commit is contained in:
émeryc
2023-07-17 20:21:15 -04:00
parent 90244777e4
commit 7baec67bf4
2 changed files with 15 additions and 2 deletions

View File

@@ -39,7 +39,10 @@ namespace Nuake
if (j.contains("Script"))
{
Script = j["Script"];
LoadScript(Script);
if(!Script.empty())
{
LoadScript(Script);
}
}
if (j.contains("mModule"))