mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
kivy: reset button state
This commit is contained in:
parent
07dc4ebc1c
commit
6ad2e41e6c
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@
|
|||
# Clock.schedule_once(lambda dt: self.parent.parent.dismiss() if self.parent else None, 0.05)
|
||||
on_press:
|
||||
Clock.schedule_once(lambda dt: app.popup_dialog(self.name), 0.05)
|
||||
self.state = 'normal'
|
||||
|
||||
|
||||
BoxLayout:
|
||||
|
|
Loading…
Add table
Reference in a new issue