Skip to content

Commit 9bd52a7

Browse files
hongquanliclaude
andcommitted
Fix View button tooltip to remove napari reference
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5256c66 commit 9bd52a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ def setup_ui(self):
10671067
self.view_flatfield_button.setCursor(Qt.PointingHandCursor)
10681068
self.view_flatfield_button.clicked.connect(self.view_flatfield)
10691069
self.view_flatfield_button.setEnabled(False)
1070-
self.view_flatfield_button.setToolTip("View flatfield and darkfield in napari")
1070+
self.view_flatfield_button.setToolTip("View flatfield and darkfield")
10711071
self.view_flatfield_button.setFixedWidth(60)
10721072
status_layout.addWidget(self.view_flatfield_button)
10731073

0 commit comments

Comments
 (0)