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