From 49ebf45784f906fd5557204ffeca6d9cea11b82b Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Mon, 8 Aug 2022 12:15:19 +0200 Subject: [PATCH] Startup --- config/preferences.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/preferences.json b/config/preferences.json index e91956c..fc75c3d 100644 --- a/config/preferences.json +++ b/config/preferences.json @@ -47,15 +47,15 @@ "hideEditorLineNumbers" : false, "hideEditorContextMenu" : false, "consoleLocation" : "Left", - "dataPanelLocation" : null, - "openDataFilesInDocTab" : false, + "dataPanelLocation" : "Left", + "openDataFilesInDocTab" : true, "noVariableEvaluationPropagation" : false, "processingScripts" : [ ], "asyncViewersUpdate" : false, "scanPlotDisabled" : false, "scanTableDisabled" : false, "cachedDataPanel" : false, - "dataExtensions" : "", + "dataExtensions" : "xml log txt h5 png tif tiff mat", "dataSubFiles" : "", "hideFileName" : false, "showEmergencyStop" : false,