mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-22 11:52:46 +01:00
Update menu content items, icons and the order
This commit is contained in:
13
Menu/GameShell/80_SETTINGS/Time/pages.py
Normal file
13
Menu/GameShell/80_SETTINGS/Time/pages.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from timezone_lib_list_page import TimezoneListPage
|
||||
import myvars
|
||||
|
||||
def InitTimePage(main_screen):
|
||||
myvars.TimePage = None
|
||||
|
||||
def InitTimezoneListPage(main_screen):
|
||||
myvars.TimezoneListPage = TimezoneListPage()
|
||||
myvars.TimezoneListPage._Screen = main_screen
|
||||
myvars.TimezoneListPage._Name = "Timezone Selection"
|
||||
myvars.TimezoneListPage.Init()
|
||||
Reference in New Issue
Block a user