mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-18 19:18:07 -04:00
Reverted kivymd to avoid shader crash on Android
This commit is contained in:
parent
1595afaca3
commit
bcd5c37101
97 changed files with 3446 additions and 5827 deletions
|
@ -82,7 +82,7 @@ class MDSlider(ThemableBehavior, Slider):
|
|||
and defaults to `True`.
|
||||
"""
|
||||
|
||||
hint_bg_color = ColorProperty(None)
|
||||
hint_bg_color = ColorProperty([0, 0, 0, 0])
|
||||
"""
|
||||
Hint rectangle color in (r.g.b.a) format.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue