Skip to content

Commit

Permalink
feat: show only spectra and integral panels in exercise workspace
Browse files Browse the repository at this point in the history
close #1395
  • Loading branch information
hamed-musallam committed Mar 3, 2022
1 parent 83ddbc5 commit 43b6c65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/component/workspaces/exercise1D.ts
Expand Up @@ -6,23 +6,23 @@ export const exercise1D: Workspace = {
display: {
general: {
disableMultipletAnalysis: true,
hideSetSumFromMolecule: false,
hideSetSumFromMolecule: true,
hideGeneralSettings: true,
hideExperimentalFeatures: true,
},

panels: {
hideSpectraPanel: false,
hideInformationPanel: false,
hidePeaksPanel: false,
hideInformationPanel: true,
hidePeaksPanel: true,
hideIntegralsPanel: false,
hideRangesPanel: true,
hideStructuresPanel: false,
hideStructuresPanel: true,
hideFiltersPanel: true,
hideZonesPanel: true,
hideSummaryPanel: true,
hideMultipleSpectraAnalysisPanel: true,
hideDatabasePanel: false,
hideDatabasePanel: true,
},

toolBarButtons: {
Expand Down

0 comments on commit 43b6c65

Please sign in to comment.