Skip to content

Commit

Permalink
feat: update nmrXiv workspace
Browse files Browse the repository at this point in the history
hide integrals and peaks panels and tools
show full screen option

close #170
  • Loading branch information
hamed-musallam committed Jan 18, 2024
1 parent 39f2ab0 commit ca9ff18
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/workspaces/nmrxiv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,25 @@ export function getNmrXivWorkspace(hidePanelOnLoad = false): InnerWorkspace {
hidePanelOnLoad,
hideHelp: true,
hideLogs: true,
hideMaximize: true,
hideWorkspaces: true,
hideGeneralSettings: true,
},

panels: {
spectraPanel: { display: true, open: true },
informationPanel: { display: true, open: false },
peaksPanel: { display: true, open: false },
integralsPanel: { display: true, open: false },
rangesPanel: { display: true, open: false },
structuresPanel: { display: true, open: false },
processingsPanel: { display: true, open: false },
zonesPanel: { display: true, open: false },
summaryPanel: { display: true, open: false },
},
toolBarButtons: {
peakPicking: true,
baselineCorrection: true,
exclusionZones: true,
exportAs: true,
fft: true,
import: true,
integral: true,
multipleSpectraAnalysis: true,
phaseCorrection: true,
rangePicking: true,
Expand Down

0 comments on commit ca9ff18

Please sign in to comment.