mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-05 21:14:34 +02:00
add warehouse code,pass 1st complie,app_notifier needs installation function
This commit is contained in:
@@ -16,11 +16,11 @@ import (
|
||||
/******************************************************************************/
|
||||
type WareHousePlugin struct {
|
||||
UI.Plugin
|
||||
MainPage *WareHousePage
|
||||
MainPage *WareHouse
|
||||
}
|
||||
|
||||
func (self *WareHousePlugin) Init(main_screen *UI.MainScreen) {
|
||||
self.MainPage = NewWareHousePage()
|
||||
self.MainPage = NewWareHouse()
|
||||
self.MainPage.SetScreen(main_screen)
|
||||
self.MainPage.SetName("Tiny cloud")
|
||||
self.MainPage.Init()
|
||||
|
||||
Reference in New Issue
Block a user