This commit is contained in:
2024-10-18 21:18:19 +02:00
parent 5307eda92e
commit c4b3dd94f9

View File

@@ -322,3 +322,6 @@ class ShowDetailsScreen(Screen):
if event.button.id == "cancel_button": if event.button.id == "cancel_button":
self.app.pop_screen() self.app.pop_screen()
if event.button.id == "identify_button":
showDescriptor = self.getShowDescriptorFromInput()