mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-26 13:52:42 +01:00
Toggle AirPlane Mode
This commit is contained in:
@@ -76,14 +76,14 @@ class ListPage(Page):
|
||||
self._PsIndex = 0
|
||||
|
||||
# "" pkgname, label
|
||||
alist = [["","Wifi","Wi-Fi"],
|
||||
alist = [["","Airplane","Airplane Mode"],
|
||||
["","Wifi","Wi-Fi"],
|
||||
["","Sound","Sound Volume"],
|
||||
["","Brightness","BackLight Brightness"],
|
||||
["","Storage",""],
|
||||
["","Update", ""],
|
||||
["","About", "About"],
|
||||
["","PowerOFF","Power off"],
|
||||
["","HelloWorld","HelloWorld"],]
|
||||
["","PowerOFF","Power off"],]
|
||||
|
||||
start_x = 0
|
||||
start_y = 0
|
||||
|
||||
Reference in New Issue
Block a user