Skip to content

Commit

Permalink
Also add object to recent when activated
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosseel committed Aug 28, 2024
1 parent 33775ce commit 97eea86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/PiFinder/ui/object_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def update_object_info(self):
)

def active(self):
pass
self.ui_state.add_recent(self.object)

def _render_pointing_instructions(self):
# Pointing Instructions
Expand Down

0 comments on commit 97eea86

Please sign in to comment.