Fix captive portal preference disabled when non-bridged interface is selected

This commit is contained in:
emanuele-f 2017-05-15 20:58:00 +02:00
parent 5956d60485
commit 8434061fa5
3 changed files with 12 additions and 5 deletions

View file

@ -344,7 +344,7 @@ function printBridgingPrefs()
local show
local label
if isCaptivePortalSupported(nil, prefs) then
if isCaptivePortalSupported(nil, prefs, true --[[ skip interface check ]]) then
show = true
label = ""
else