diff --git a/bin/ffx/show_details_screen.py b/bin/ffx/show_details_screen.py index d55f1c3..89eb80e 100644 --- a/bin/ffx/show_details_screen.py +++ b/bin/ffx/show_details_screen.py @@ -322,3 +322,6 @@ class ShowDetailsScreen(Screen): if event.button.id == "cancel_button": self.app.pop_screen() + + if event.button.id == "identify_button": + showDescriptor = self.getShowDescriptorFromInput()