Properly set ad visibility

This commit is contained in:
Mark Veidemanis 2023-03-10 02:28:18 +00:00
parent f2c1218855
commit 0148525c8b
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ class LocalPlatformClient(ABC):
if visible is False:
form["visible"] = False
elif visible is True:
form["visible"] = False
form["visible"] = True
if payment_details:
form["account_info"] = payment_details_text
form["msg"] = ad_text