mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
change to message box
This commit is contained in:
parent
67df44cba9
commit
174a1b7cdf
@ -578,7 +578,7 @@ More information on the service you can find under:
|
||||
host['terms_of_service'],
|
||||
host['terms_of_service_url'])
|
||||
|
||||
code = d.scrollbox(text, title=host['name'], ok_label="Back", extra_button=True, extra_label="AGREE" ,width=60)
|
||||
code = d.msgbox(text, title=host['name'], ok_label="Back", extra_button=True, extra_label="AGREE" ,width=60)
|
||||
|
||||
# if user AGREED break loop and continue with selected host
|
||||
if code == "extra": break
|
||||
|
Loading…
x
Reference in New Issue
Block a user