1
0

follow-up prev

kivy infers the type of the property from the default value.
without this, it was converting the str(Decimal(x)) to float
This commit is contained in:
SomberNight
2021-03-01 18:20:33 +01:00
parent 6094f2751e
commit a9185b0846

View File

@@ -230,7 +230,7 @@ Builder.load_string(r'''
remote_ctn:0 remote_ctn:0
local_csv:0 local_csv:0
remote_csv:0 remote_csv:0
feerate:0 feerate:''
can_send:'' can_send:''
can_receive:'' can_receive:''
is_open:False is_open:False