Skip to content
Snippets Groups Projects
Commit 76b231e5 authored by jkito's avatar jkito :skull:
Browse files

kcp: update config parser to load value of KCP

this was missed in 37a714e7 where the value of kcp
was written to the config file but during  parsing
the value was not added to the local struct
parent 75c36ca1
No related branches found
No related tags found
1 merge request!237gui: show bridge icon when transport is kcp and other misc UI fixes
......@@ -80,6 +80,7 @@ func ParseConfig() *Config {
conf.StartVPN = !conf.file.UserStoppedVPN
conf.UDP = conf.file.UDP
conf.Snowflake = conf.file.Snowflake
conf.KCP = conf.file.KCP
return &conf
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment