Skip to content

Commit

Permalink
updated instructions for probe view in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobpennington committed Mar 5, 2024
1 parent e590c07 commit e904360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kilosort/gui/probe_view_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, parent):
self.probe_view = pg.PlotWidget()

self.info_message = QtWidgets.QLabel(
"scroll to zoom, click to view channel,\nright click to disable channel"
"Scroll to zoom\n Left click to toggle channels."
)

self.setup()
Expand Down

0 comments on commit e904360

Please sign in to comment.