From c4b3dd94f9fe922e6f2081523b8996210943ab24 Mon Sep 17 00:00:00 2001 From: Javanaut Date: Fri, 18 Oct 2024 21:18:19 +0200 Subject: [PATCH] ff --- bin/ffx/show_details_screen.py | 3 +++ 1 file changed, 3 insertions(+) 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()