mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-02 05:52:18 +00:00
Clarify the extent of the Ethernet rule
This commit is contained in:
parent
8513c2a22f
commit
d0077e03f1
@ -122,7 +122,7 @@ private extension OnDemandView {
|
||||
var networkSection: some View {
|
||||
Group {
|
||||
Toggle(Strings.Modules.OnDemand.mobile, isOn: draft.withMobileNetwork)
|
||||
Toggle(Strings.Modules.OnDemand.ethernet, isOn: draft.withEthernetNetwork)
|
||||
Toggle("\(Strings.Modules.OnDemand.ethernet) (Mac/TV)", isOn: draft.withEthernetNetwork)
|
||||
}
|
||||
.themeSection(
|
||||
header: Strings.Global.Nouns.networks,
|
||||
|
Loading…
Reference in New Issue
Block a user