Skip to content

Commit

Permalink
feat: hide the integrals within ranges by default
Browse files Browse the repository at this point in the history
close #2656
  • Loading branch information
hamed-musallam committed Sep 18, 2023
1 parent 5492f8a commit 7257d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/hooks/useActiveSpectrumRangesViewState.ts
Expand Up @@ -7,7 +7,7 @@ import { useActiveSpectrum } from './useActiveSpectrum';
export const defaultRangesViewState: RangesViewState = {
showPeaks: false,
showMultiplicityTrees: false,
showRangesIntegrals: true,
showRangesIntegrals: false,
showJGraph: false,
displayingMode: 'spread',
};
Expand Down

0 comments on commit 7257d84

Please sign in to comment.