Properly set ad visibility
This commit is contained in:
parent
f2c1218855
commit
0148525c8b
|
@ -625,7 +625,7 @@ class LocalPlatformClient(ABC):
|
||||||
if visible is False:
|
if visible is False:
|
||||||
form["visible"] = False
|
form["visible"] = False
|
||||||
elif visible is True:
|
elif visible is True:
|
||||||
form["visible"] = False
|
form["visible"] = True
|
||||||
if payment_details:
|
if payment_details:
|
||||||
form["account_info"] = payment_details_text
|
form["account_info"] = payment_details_text
|
||||||
form["msg"] = ad_text
|
form["msg"] = ad_text
|
||||||
|
|
Loading…
Reference in New Issue