mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-06 13:34:36 +02:00
main_screen
remove all DBUS handler,and in related plugins wifi use wpa-connect to do the connecting / scanning , use wpa_cli to do disconnect
This commit is contained in:
@@ -826,7 +826,7 @@ func (self *Page) ReturnToUpLevelPage() {
|
||||
if pop_page != nil {
|
||||
page_ := pop_page.(PageInterface)
|
||||
page_.Draw()
|
||||
self.Screen.SetCurPage(page_)
|
||||
self.Screen.CurrentPage = page_
|
||||
self.Screen.CurrentPage.OnReturnBackCb()
|
||||
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user