We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1270f70 commit ea554beCopy full SHA for ea554be
src/main.js
@@ -33,6 +33,7 @@ import {
33
} from './tools.js';
34
import { PrefStorage } from './pref_storage.js';
35
import { makeScreenshot } from './screenshot.js';
36
+import defaultWorkspaceGraphConfigs from './workspace-supafly.json';
37
38
// TODO: this is a hack, once we move to web fix this
39
globalThis.userSettings = null;
@@ -1065,7 +1066,7 @@ function BlackboxLogViewer() {
1065
1066
if (item) {
1067
workspaceGraphConfigs = upgradeWorkspaceFormat(item);
1068
} else {
- workspaceGraphConfigs = [];
1069
+ workspaceGraphConfigs = defaultWorkspaceGraphConfigs;
1070
}
1071
});
1072
0 commit comments