Skip to content

Commit

Permalink
Merge pull request #784 from mrariden/disable_gui_autosave
Browse files Browse the repository at this point in the history
undo the switch back to save_sets()
  • Loading branch information
carsen-stringer committed Sep 19, 2023
2 parents a097ecc + 7e85d2a commit 8242b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellpose/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ def remove_cell(self, idx):
if self.ncells==0:
self.ClearButton.setEnabled(False)
if self.NZ==1:
io._save_sets(self)
io._save_sets_with_check(self)

self.update_layer()

Expand Down

0 comments on commit 8242b3e

Please sign in to comment.