mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +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:
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user