mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Fixed bug. Reboot option shown as IP when no connection
This commit is contained in:
@@ -51,6 +51,6 @@ class MenuScreen(BaseScreen):
|
|||||||
except socket.error:
|
except socket.error:
|
||||||
s.close()
|
s.close()
|
||||||
self.ip = None
|
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.list.set_list(self.list_items)
|
||||||
self.manager.set_connection(False, False)
|
self.manager.set_connection(False, False)
|
||||||
|
|||||||
Reference in New Issue
Block a user