From 97eea8639a1b15a33a1401cc40a70a455462d208 Mon Sep 17 00:00:00 2001 From: Mike Rosseel Date: Thu, 29 Aug 2024 00:17:45 +0200 Subject: [PATCH] Also add object to recent when activated --- python/PiFinder/ui/object_details.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/PiFinder/ui/object_details.py b/python/PiFinder/ui/object_details.py index b2fc2917..2b50d249 100644 --- a/python/PiFinder/ui/object_details.py +++ b/python/PiFinder/ui/object_details.py @@ -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