click-textual
Javanaut 12 months ago
parent 5307eda92e
commit c4b3dd94f9

@ -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()

Loading…
Cancel
Save