summaryrefslogtreecommitdiff
path: root/client/Config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/Config.cpp')
-rw-r--r--client/Config.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/Config.cpp b/client/Config.cpp
index 9a32603..a7d6fc7 100644
--- a/client/Config.cpp
+++ b/client/Config.cpp
@@ -345,6 +345,14 @@ void Config::ParseConfig(string data)
IsSpeedVisible = true;
}
}
+ else if (key.compare("proxifier_exe") == 0)
+ {
+ ProxifierExeFile = value;
+ }
+ else if (key.compare("proxifier_profile") == 0)
+ {
+ ProxifierConfigFile = value;
+ }
else
{
Logger::Warn("Unrecognized config option: %s\n", key.c_str());