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 8967a15 commit 76da950Copy full SHA for 76da950
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 './workspaces-ctzsnooze.json';
37
38
// TODO: this is a hack, once we move to web fix this
39
globalThis.userSettings = null;
@@ -2174,7 +2175,7 @@ function BlackboxLogViewer() {
2174
2175
if(item) {
2176
workspaceGraphConfigs = upgradeWorkspaceFormat(item);
2177
} else {
- workspaceGraphConfigs = [];
2178
+ workspaceGraphConfigs = defaultWorkspaceGraphConfigs;
2179
}
2180
2181
onSwitchWorkspace(workspaceGraphConfigs, activeWorkspace);
Workspace/workspaces-ctzsnooze.json renamed to src/workspaces-ctzsnooze.json
0 commit comments