From 4fa4a48deb41961d5723f72873dc746fdfa1696c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 27 May 2023 09:06:26 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/cli.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Viewer/features/cli.js b/Viewer/features/cli.js index 956d7680..3255a8e6 100755 --- a/Viewer/features/cli.js +++ b/Viewer/features/cli.js @@ -333,6 +333,7 @@ var CLIActions = actions.Actions({ }) .on('exit', function(){ that.stop() }) } }], + // XXX we should open multiple paths/indexes... // XXX move this to a feature that requires electron... // ...and move electron to an optional dependency... cliStartGUI: ['- System/CLI/start viewer GUI',