Skip to content

Commit

Permalink
add projects "saved as" on recently used models list
Browse files Browse the repository at this point in the history
  • Loading branch information
axelvonkamp committed Jun 10, 2024
1 parent c9b36ab commit a45d5a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cnapy/gui_elements/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,7 @@ def save_project_as(self):
filename += ".cna"
self.set_current_filename(filename)
self.save_project()
self.update_recently_used_models(filename)

# TODO: are there really situations where _all_ maps need to be recreated?
def recreate_maps(self):
Expand Down

0 comments on commit a45d5a1

Please sign in to comment.