mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-20 19:02:51 +01:00
更新音量的拼写
This commit is contained in:
@@ -7,7 +7,7 @@ import myvars
|
|||||||
def InitSoundPage(main_screen):
|
def InitSoundPage(main_screen):
|
||||||
|
|
||||||
myvars.SoundPage = SoundPage()
|
myvars.SoundPage = SoundPage()
|
||||||
|
|
||||||
myvars.SoundPage._Screen = main_screen
|
myvars.SoundPage._Screen = main_screen
|
||||||
myvars.SoundPage._Name = "Sound Volume"
|
myvars.SoundPage._Name = "Sound Volume"
|
||||||
myvars.SoundPage.Init()
|
myvars.SoundPage.Init()
|
||||||
|
|||||||
@@ -49,13 +49,13 @@ class ListPage(Page):
|
|||||||
ps._PosX = 2
|
ps._PosX = 2
|
||||||
self._Ps = ps
|
self._Ps = ps
|
||||||
self._PsIndex = 0
|
self._PsIndex = 0
|
||||||
|
|
||||||
# "" pkgname, label
|
# "" pkgname, label
|
||||||
alist = [["","Airplane","Airplane Mode"],
|
alist = [["","Airplane","Airplane Mode"],
|
||||||
["","PowerOptions","Power Options"],
|
["","PowerOptions","Power Options"],
|
||||||
["","Wifi","Wi-Fi"],
|
["","Wifi","Wi-Fi"],
|
||||||
["","Bluetooth","Bluetooth"],
|
["","Bluetooth","Bluetooth"],
|
||||||
["","Sound","Sound Volume"],
|
["","Sound","Sound Volume"],
|
||||||
["","Brightness","BackLight Brightness"],
|
["","Brightness","BackLight Brightness"],
|
||||||
["","Storage",""],
|
["","Storage",""],
|
||||||
["","Time","Timezone"],
|
["","Time","Timezone"],
|
||||||
|
|||||||
Reference in New Issue
Block a user