mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-13 00:18:52 +01:00
action.json and plugin.json
This commit is contained in:
parent
d043f2fecf
commit
594e78d2f4
@ -459,6 +459,7 @@ func (self *Keyboard) KeyDown( ev *event.Event) {
|
||||
self.ReturnToUpLevelPage()
|
||||
self.Screen.Draw()
|
||||
self.Screen.SwapAndShow()
|
||||
|
||||
}
|
||||
|
||||
if ev.Data["Key"] == CurKeys["Y"] { // done
|
||||
|
||||
@ -24,8 +24,8 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
emulator_flag = "action.config"
|
||||
plugin_flag = "plugin.config"
|
||||
emulator_flag = "action.json"
|
||||
plugin_flag = "plugin.json"
|
||||
)
|
||||
|
||||
type ActionConfig struct {
|
||||
@ -197,9 +197,7 @@ func (self *MainScreen) Init() {
|
||||
self.SkinManager = NewSkinManager()
|
||||
self.SkinManager.Init()
|
||||
|
||||
//self.DBusManager = DBUS.NewDBus()
|
||||
self.DBusManager = DBUS.DBusHandler
|
||||
//self.DBusManager.Init()
|
||||
}
|
||||
|
||||
func (self *MainScreen) FartherPages() { // right after ReadTheDirIntoPages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user