|
@@ -120,7 +120,7 @@ extension OverrideProfilesConfig {
|
|
|
if state.advancedSettings {
|
|
if state.advancedSettings {
|
|
|
HStack {
|
|
HStack {
|
|
|
Toggle(isOn: $state.smbIsOff) {
|
|
Toggle(isOn: $state.smbIsOff) {
|
|
|
- Text("Disable SMBs")
|
|
|
|
|
|
|
+ Text("Always Disable SMBs")
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if !state.smbIsOff {
|
|
if !state.smbIsOff {
|