mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 02:12:46 +01:00
wicd misc.go bug fix
This commit is contained in:
@@ -15,7 +15,7 @@ var (
|
||||
Battery = "/sys/class/power_supply/axp20x-battery/uevent"
|
||||
MPD_socket = "/tmp/mpd.socket"
|
||||
|
||||
UPDATE_URL="https://raw.githubusercontent.com/cuu/CPI/master/launchergo_ver.json"
|
||||
UPDATE_URL="https://raw.githubusercontent.com/clockworkpi/CPI/master/launchergo_ver.json"
|
||||
|
||||
VERSION="0.22"
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@ func LoadEncryptionMethods(wired bool) []*CurType {
|
||||
for _, v := range enctypes {
|
||||
|
||||
c := parse_enc_templat(v)
|
||||
|
||||
c.Type = v
|
||||
encryptionTypes = append(encryptionTypes, c)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user