mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-20 19:02:51 +01:00
Update menu content items, icons and the order
This commit is contained in:
19
Menu/GameShell/80_SETTINGS/Time/__init__.py
Normal file
19
Menu/GameShell/80_SETTINGS/Time/__init__.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import pygame
|
||||
|
||||
## local UI import
|
||||
import pages
|
||||
import myvars
|
||||
|
||||
def Init(main_screen):
|
||||
pages.InitTimezoneListPage(main_screen)
|
||||
|
||||
def API(main_screen):
|
||||
if main_screen !=None:
|
||||
main_screen.PushCurPage()
|
||||
main_screen.SetCurPage(myvars.TimezoneListPage)
|
||||
main_screen.Draw()
|
||||
main_screen.SwapAndShow()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user