From 04c026c341fc3c3a76d0f995c1c975d03eea8dae Mon Sep 17 00:00:00 2001 From: maziac Date: Sun, 22 Mar 2020 12:38:01 +0100 Subject: [PATCH] Special smartload handling for ZEsarUX. --- src/remotes/zesarux/zesaruxremote.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/remotes/zesarux/zesaruxremote.ts b/src/remotes/zesarux/zesaruxremote.ts index 33b82b7c..c3cdad1c 100644 --- a/src/remotes/zesarux/zesaruxremote.ts +++ b/src/remotes/zesarux/zesaruxremote.ts @@ -221,8 +221,10 @@ export class ZesaruxRemote extends RemoteBase { // Load sna or tap file const loadPath = Settings.launch.load; - if(loadPath) - zSocket.send('smartload ' + Settings.launch.load); + + // TODO: + //if (loadPath) + // zSocket.send('smartload ' + Settings.launch.load); // Load obj file(s) unit for(let loadObj of Settings.launch.loadObjs) {