From 84bf520bb5d1b048c349f2fcbeb2255e52b7205c Mon Sep 17 00:00:00 2001 From: cuu Date: Tue, 8 Jan 2019 17:03:11 +0800 Subject: [PATCH] arrangement Settings.go --- Menu/GameShell/10_Settings/Settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menu/GameShell/10_Settings/Settings.go b/Menu/GameShell/10_Settings/Settings.go index f7bcc81..992ede7 100644 --- a/Menu/GameShell/10_Settings/Settings.go +++ b/Menu/GameShell/10_Settings/Settings.go @@ -119,7 +119,7 @@ func (self *SettingsPage) GenList() []*UI.UIPlugin { &UI.UIPlugin{UI.PluginPackage,"", "ButtonsLayout", "Buttons Layout", &ButtonsLayout.APIOBJ}, &UI.UIPlugin{UI.PluginPackage,"", "LauncherPy", "Switch to Launcher", &LauncherPy.APIOBJ}, &UI.UIPlugin{UI.PluginPackage,"", "Lima", "GPU driver switch", &Lima.APIOBJ}, - &UI.UIPlugin{UI.PluginPackage,"", "GateWay" "Network gateway switch", &GateWay.APIOBJ}, + &UI.UIPlugin{UI.PluginPackage,"", "GateWay", "Network gateway switch", &GateWay.APIOBJ}, } return alist