Fixed bug. Reboot option shown as IP when no connection

This commit is contained in:
Ander
2015-05-21 12:26:44 +02:00
parent 86f0fad081
commit 292379a638

View File

@@ -51,6 +51,6 @@ class MenuScreen(BaseScreen):
except socket.error:
s.close()
self.ip = None
self.list_items[2] = "IP: No internet"
self.list_items[3] = "IP: No internet"
self.list.set_list(self.list_items)
self.manager.set_connection(False, False)