WIP
All checks were successful
PostmarketOS Build / Prepare (push) Successful in 5s
PostmarketOS Build / Build for aarch64 (push) Successful in 39s
PostmarketOS Build / Build for x86_64 (push) Successful in 13s

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-06-22 01:36:49 +03:00
parent eca4ad7672
commit 00bf38752f
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -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) {
var node = default_serialize_property (property_name, value, pspec);
if (property_name == "transport" && transport != null) {
Utils.fix_type (ref node);
Utils.fix_dash (ref node);
// Utils.fix_type (ref node);
// Utils.fix_dash (ref node);
}
if (property_name == "tls" && tls != null) {
Utils.fix_dash (ref node);