Skip to content

add nocache attribute on SmartTile

Wendel Hime requested to merge WendelHime/KivyMD:master into master

Hi everyone, first PR here, I'm adding nocache attribute on SmartTile. If you set a image on SmartTile, change it and try to reload, it doesn't work, it will use the previously image on cache. So, I've added a BooleanProperty nocache.

Merge request reports