mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
fix detail menu
This commit is contained in:
parent
9175eec996
commit
31c1aa8052
@ -578,7 +578,7 @@ More information on the service you can find under:
|
||||
host['terms_of_service'],
|
||||
host['terms_of_service_url'])
|
||||
|
||||
code = d.msgbox(text, title=host['name'], ok_label="Back", extra_button=True, extra_label="AGREE" ,width=60, width=15)
|
||||
code = d.msgbox(text, title=host['name'], ok_label="Back", extra_button=True, extra_label="AGREE" ,width=60, height=15)
|
||||
|
||||
# if user AGREED break loop and continue with selected host
|
||||
if code == "extra": break
|
||||
|
Loading…
Reference in New Issue
Block a user