Skip to content

Commit a52487e

Browse files
feat: enable 'autoProcessing' in 'nmrXiv' workspace
1 parent 4b2811f commit a52487e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/workspaces/nmrxiv.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,8 @@ export function getNmrXivWorkspace(hidePanelOnLoad = false): InnerWorkspace {
7474
fftDimension2: true,
7575
},
7676
},
77+
onLoadProcessing: {
78+
autoProcessing: true,
79+
},
7780
};
7881
}

0 commit comments

Comments
 (0)