Add Description field for Bridges

This commit is contained in:
Michel Roegl-Brunner
2025-09-26 13:07:04 +02:00
parent 6e05d3afc8
commit 055492bb56

View File

@@ -637,7 +637,7 @@ advanced_settings() {
if [[ -n "$description" ]]; then
BRIDGE_MENU_OPTIONS+=("$bridge" "${description}")
else
BRIDGE_MENU_OPTIONS+=("$bridge" "$bridge")
BRIDGE_MENU_OPTIONS+=("$bridge" " ")
fi
fi
done <<< "$BRIDGES"