WIP
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
eca4ad7672
commit
00bf38752f
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ class Singularity.Outbound.Trojan : Dial, Json.Serializable {
|
||||||
public override Json.Node serialize_property (string property_name, GLib.Value value, GLib.ParamSpec pspec) {
|
public override Json.Node serialize_property (string property_name, GLib.Value value, GLib.ParamSpec pspec) {
|
||||||
var node = default_serialize_property (property_name, value, pspec);
|
var node = default_serialize_property (property_name, value, pspec);
|
||||||
if (property_name == "transport" && transport != null) {
|
if (property_name == "transport" && transport != null) {
|
||||||
Utils.fix_type (ref node);
|
// Utils.fix_type (ref node);
|
||||||
Utils.fix_dash (ref node);
|
// Utils.fix_dash (ref node);
|
||||||
}
|
}
|
||||||
if (property_name == "tls" && tls != null) {
|
if (property_name == "tls" && tls != null) {
|
||||||
Utils.fix_dash (ref node);
|
Utils.fix_dash (ref node);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue