always allow SMB
This commit is contained in:
parent
a0812664d9
commit
b6f6db5ed8
|
@ -91,8 +91,6 @@ class SafetyPlugin @Inject constructor(
|
|||
}
|
||||
|
||||
override fun isAdvancedFilteringEnabled(value: Constraint<Boolean>): Constraint<Boolean> {
|
||||
val bgSource = activePlugin.activeBgSource
|
||||
if (!bgSource.advancedFilteringSupported()) value.set(false, rh.gs(R.string.smbalwaysdisabled), this)
|
||||
return value
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue