mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
add agree button
This commit is contained in:
parent
f221b5f16e
commit
17cca2beb7
@ -578,7 +578,9 @@ More information on the service you can find under:
|
||||
host['terms_of_service'],
|
||||
host['terms_of_service_url'])
|
||||
|
||||
d.scrollbox(text, title=host['name'] ,width=60)
|
||||
code = d.scrollbox(text, title=host['name'], extra_button=True, extra_label="AGREE" ,width=60)
|
||||
print(code)
|
||||
sys.exit()
|
||||
|
||||
# if user has canceled
|
||||
if host is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user