Skip to content

Commit 76da950

Browse files
committed
workspaces-ctzsnooze.json is default workspace
1 parent 8967a15 commit 76da950

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import {
3333
} from './tools.js';
3434
import { PrefStorage } from './pref_storage.js';
3535
import { makeScreenshot } from './screenshot.js';
36+
import defaultWorkspaceGraphConfigs from './workspaces-ctzsnooze.json';
3637

3738
// TODO: this is a hack, once we move to web fix this
3839
globalThis.userSettings = null;
@@ -2174,7 +2175,7 @@ function BlackboxLogViewer() {
21742175
if(item) {
21752176
workspaceGraphConfigs = upgradeWorkspaceFormat(item);
21762177
} else {
2177-
workspaceGraphConfigs = [];
2178+
workspaceGraphConfigs = defaultWorkspaceGraphConfigs;
21782179
}
21792180

21802181
onSwitchWorkspace(workspaceGraphConfigs, activeWorkspace);
File renamed without changes.

0 commit comments

Comments
 (0)