mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-24 12:52:52 +01:00
add socket server thread to receive remote call,and try add skin design on it
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
## local UI import
|
||||
import pages
|
||||
import myvars
|
||||
@@ -10,11 +9,8 @@ try:
|
||||
except:
|
||||
print("No icons package")
|
||||
"""
|
||||
from icons import preload
|
||||
|
||||
def Init(main_screen):
|
||||
|
||||
preload.load_icons()
|
||||
pages.InitPasswordPage(main_screen)
|
||||
pages.InitScanPage(main_screen)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user