only apply ExternalController in Override settings (#330)

This commit is contained in:
karin0
2024-09-11 17:17:59 +08:00
committed by wwqgtxx
parent a04c1883fa
commit bb2c5283f8
4 changed files with 26 additions and 3 deletions

View File

@@ -149,6 +149,14 @@ class OverrideSettingsDesign(
empty = R.string.default_
)
editableText(
value = configuration::externalControllerTLS,
adapter = NullableTextAdapter.String,
title = R.string.external_controller_tls,
placeholder = R.string.dont_modify,
empty = R.string.default_
)
editableText(
value = configuration::secret,
adapter = NullableTextAdapter.String,

View File

@@ -147,6 +147,7 @@
<string name="log_level">Log Level</string>
<string name="ipv6">IPv6</string>
<string name="external_controller">External Controller</string>
<string name="external_controller_tls">External Controller TLS</string>
<string name="secret">Secret</string>
<string name="hosts">Hosts</string>
<string name="_new">New</string>