Skip to content

Commit 5ee54f0

Browse files
committed
Fix merge side-effect: remove noise reduction menu from ImageActionHandler
1 parent c371a34 commit 5ee54f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datalab/gui/actionhandler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,8 +1179,6 @@ def create_first_actions(self):
11791179
separator=True,
11801180
tip=_("Erase area in the image as defined by a region of interest"),
11811181
)
1182-
with self.new_menu(_("Noise reduction"), icon_name="noise_reduction.svg"):
1183-
self.action_for("freq_fft")
11841182

11851183
# MARK: ANALYSIS
11861184
with self.new_category(ActionCategory.ANALYSIS):

0 commit comments

Comments
 (0)