fix: typo

This commit is contained in:
Hiddify 2023-08-23 19:09:00 +00:00
parent 40b8eb3b17
commit e124dc4c6a

View File

@ -77,7 +77,7 @@ func SetSystemProxy(router adapter.Router, port uint16, isMixed bool) (func() er
if err != nil {
return nil, err
}
err := runAsUser("kwriteconfig5", "--file","kioslaverc", "--group", "'Proxy Settings'", "--key", "Authmode", "0")
err = runAsUser("kwriteconfig5", "--file","kioslaverc", "--group", "'Proxy Settings'", "--key", "Authmode", "0")
if err != nil {
return nil, err
}