Skip to content

Commit

Permalink
Queue collect will not automatically uncheck unmount cold
Browse files Browse the repository at this point in the history
  • Loading branch information
vshekar committed Apr 9, 2024
1 parent d4bcd7b commit bbfe867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/dialog/staff_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def queueCollectOnCheckCB(self, state):
else:
setBlConfig("queueCollect", 0)
self.gripperUnmountColdCheckBox.setEnabled(False)
self.gripperUnmountColdCheckBox.setChecked(False)
self.parent.queue_collect_status_widget.setText("Queue Collect: OFF")
self.parent.row_clicked(
0
Expand Down

0 comments on commit bbfe867

Please sign in to comment.