Skip to content

Commit

Permalink
Update QvProxyConfigurator.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
QxQ committed Jul 14, 2020
1 parent 23cb208 commit 6e03550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/proxy/QvProxyConfigurator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Qv2ray::components::proxy
// * means disabled.
if (!lines[i].contains("*"))
{
result << (lines[i].contains(" ") ? "\"" + lines[i] + "\"" : lines[i]);
result << lines[i];
}
}

Expand Down

0 comments on commit 6e03550

Please sign in to comment.