Skip to content

Commit ca9ff18

Browse files
feat: update nmrXiv workspace
hide integrals and peaks panels and tools show full screen option close #170
1 parent 39f2ab0 commit ca9ff18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/workspaces/nmrxiv.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,25 @@ export function getNmrXivWorkspace(hidePanelOnLoad = false): InnerWorkspace {
1818
hidePanelOnLoad,
1919
hideHelp: true,
2020
hideLogs: true,
21-
hideMaximize: true,
2221
hideWorkspaces: true,
2322
hideGeneralSettings: true,
2423
},
2524

2625
panels: {
2726
spectraPanel: { display: true, open: true },
2827
informationPanel: { display: true, open: false },
29-
peaksPanel: { display: true, open: false },
30-
integralsPanel: { display: true, open: false },
3128
rangesPanel: { display: true, open: false },
3229
structuresPanel: { display: true, open: false },
3330
processingsPanel: { display: true, open: false },
3431
zonesPanel: { display: true, open: false },
3532
summaryPanel: { display: true, open: false },
3633
},
3734
toolBarButtons: {
38-
peakPicking: true,
3935
baselineCorrection: true,
4036
exclusionZones: true,
4137
exportAs: true,
4238
fft: true,
4339
import: true,
44-
integral: true,
4540
multipleSpectraAnalysis: true,
4641
phaseCorrection: true,
4742
rangePicking: true,

0 commit comments

Comments
 (0)