mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-06 13:34:36 +02:00
warehouse aplpha test pass
This commit is contained in:
@@ -19,10 +19,12 @@ type WareHousePlugin struct {
|
||||
MainPage *WareHouse
|
||||
}
|
||||
|
||||
var aria2dl_folder = "%s/aria2downloads%s"
|
||||
|
||||
func (self *WareHousePlugin) Init(main_screen *UI.MainScreen) {
|
||||
self.MainPage = NewWareHouse()
|
||||
self.MainPage.SetScreen(main_screen)
|
||||
self.MainPage.SetName("Tiny cloud")
|
||||
self.MainPage.SetName("Warehouse")
|
||||
self.MainPage.Init()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user