mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
kivy: comment out reload
This commit is contained in:
parent
745d258439
commit
62643cbc18
1 changed files with 2 additions and 2 deletions
|
@ -1124,8 +1124,8 @@ class ElectrumWindow(App):
|
||||||
else:
|
else:
|
||||||
info_bubble.fs = False
|
info_bubble.fs = False
|
||||||
info_bubble.icon = icon
|
info_bubble.icon = icon
|
||||||
if img.texture and img._coreimage:
|
#if img.texture and img._coreimage:
|
||||||
img.reload()
|
# img.reload()
|
||||||
img.allow_stretch = False
|
img.allow_stretch = False
|
||||||
info_bubble.dim_background = False
|
info_bubble.dim_background = False
|
||||||
info_bubble.background_image = 'atlas://data/images/defaulttheme/bubble'
|
info_bubble.background_image = 'atlas://data/images/defaulttheme/bubble'
|
||||||
|
|
Loading…
Add table
Reference in a new issue