add ButtonsLayout

This commit is contained in:
cuu
2018-12-21 21:31:38 +08:00
parent dac6b17fd3
commit 52364924b7
4 changed files with 418 additions and 3 deletions

View File

@@ -27,6 +27,8 @@ import (
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/PowerOFF"
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/PowerOptions"
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Airplane"
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/ButtonsLayout"
)
@@ -109,6 +111,7 @@ func (self *SettingsPage) GenList() []*UI.UIPlugin {
&UI.UIPlugin{0,"", "Update", "Update", &Update.APIOBJ},
&UI.UIPlugin{0,"", "About", "About", &About.APIOBJ},
&UI.UIPlugin{0,"", "PowerOFF", "Power off", &PowerOFF.APIOBJ},
&UI.UIPlugin{0,"", "ButtonsLayout", "Buttons Layout", &ButtonsLayout.APIOBJ},
&UI.UIPlugin{1,"", "LauncherPy", "Switch to Launcher", &LauncherPy.APIOBJ},
}