This PR removes the “Type” column from the peers main window that was added in #179, as it is confusing to users and does not make sense to have a Type column without its corresponding Direction column immediately preceding it to indicate Inbound or Outbound, per our current connection type naming (one of the connection types is “Inbound” and is not ever displayed currently).
Three attempts to add the Direction column in #179 (original version), #289, and #317 have seen opposition from some reviewers.
Therefore, before the v22.0 release, remove the Type column until such time as there is rough consensus to add the Direction Inbound/Outbound column with it (or better yet, merge #317).