Fixes wrong interface selection yielding crashes and wrong stats

This issue was introducted recently due to the require of prefs_utils
by recording_utils. After this require, the initial interface selected
was lost.

Code requires now a cleanup to remove the old bridging parts of the
menu that are now only in nedge.
This commit is contained in:
Simone Mainardi 2018-10-19 12:41:04 +02:00
parent f81971a4ff
commit a1fa4e4e9f
2 changed files with 2 additions and 2 deletions

View file

@ -330,7 +330,7 @@ local menu_subpages = {
title = i18n("prefs.topk_heuristic_precision_title"),
description = i18n("prefs.topk_heuristic_precision_description"),
},
}}, {id="bridging", label=i18n("prefs.traffic_bridging"), advanced=false, pro_only=true, enterprise_only=true, hidden=(not hasBridgeInterfaces()), nedge_hidden=true, entries={
}}, {id="bridging", label=i18n("prefs.traffic_bridging"), advanced=false, pro_only=true, enterprise_only=true, hidden=true, nedge_hidden=true, entries={
safe_search_dns = {
title = i18n("prefs.safe_search_dns_title"),
description = i18n("prefs.safe_search_dns_description", {url="https://en.wikipedia.org/wiki/SafeSearch"}),