ShadNET hotfix (#4635)

* We try stuff till something works, God bless the new config backend 🙏

* Hopefully we did it?

* whoops

* what

* schizophrenia and clang fix

* once a schizo, always a schizo

* all in my head?

* I DIDN'T EVEN TOUCH THIS LINE BTW 🙏

* fixing an oopsie

* that should cover it?

* silly clusmy ultra

* that should be all hopefully(i hate gh mobile)

* clang
This commit is contained in:
Ultra 2026-06-27 16:53:06 +02:00 committed by GitHub
parent a6025d3131
commit 9c0310909e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,7 +205,12 @@ struct GeneralSettings {
make_override<GeneralSettings>("trophy_notification_side",
&GeneralSettings::trophy_notification_side),
make_override<GeneralSettings>("connected_to_network",
&GeneralSettings::connected_to_network)};
&GeneralSettings::connected_to_network),
make_override<GeneralSettings>("shadnet_server", &GeneralSettings::shadnet_server),
make_override<GeneralSettings>("shadnet_webapi_server",
&GeneralSettings::shadnet_webapi_server),
make_override<GeneralSettings>("signaling_info", &GeneralSettings::signaling_info),
make_override<GeneralSettings>("enable_upnp", &GeneralSettings::enable_upnp)};
}
};