Skip to content

Commit

Permalink
refactor: hide the 2D apodization feature behind the experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Nov 25, 2024
1 parent e0d73b8 commit 7df0ab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/component/toolbar/ToolTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ export const options: RecordOptions = {
},
],
isToggle: true,
isExperimental: true,
},
apodizationDimension2: {
id: Filters2D.apodizationDimension2.name,
Expand All @@ -444,5 +445,6 @@ export const options: RecordOptions = {
},
],
isToggle: true,
isExperimental: true,
},
};

0 comments on commit 7df0ab6

Please sign in to comment.