settings storage

This commit is contained in:
cuu
2018-12-12 23:50:30 +08:00
parent ba7451271a
commit 68ccbd33d7
3 changed files with 192 additions and 1 deletions

View File

@@ -19,7 +19,8 @@ import (
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Wifi"
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/LauncherPy"
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Update"
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Storage"
)
type SettingsPageSelector struct {
@@ -92,6 +93,7 @@ func (self *SettingsPage) GenList() []*UI.UIPlugin {
&UI.UIPlugin{0,"", "Sound", "Sound Volume" , &Sound.APIOBJ},
&UI.UIPlugin{0,"", "Brightness", "BackLight Brightness", &Brightness.APIOBJ},
&UI.UIPlugin{0,"", "Storage", "", &Storage.APIOBJ},
&UI.UIPlugin{0,"", "Update", "Update", &Update.APIOBJ},
&UI.UIPlugin{0,"", "About", "About", &About.APIOBJ},