next is keyboard bugs

This commit is contained in:
cuu
2018-11-27 15:33:42 +08:00
parent 098105f890
commit fc7afbb680
13 changed files with 76 additions and 40 deletions

View File

@@ -2,7 +2,7 @@ package misc
import (
"bufio"
"fmt"
//"fmt"
"github.com/cuu/LauncherGo/sysgo/UI"
"log"
"os"
@@ -119,7 +119,6 @@ func LoadEncryptionMethods(wired bool) []*CurType {
}
enctypes, _ := UI.ReadLines(wpath_encryption + active_fname)
fmt.Println(enctypes)
var encryptionTypes []*CurType