status/network: Only show custom wired names
Thanks to NetworkManager's connection name disambiguation, it's pretty common for single wired connections to be named "Wired". This is fine and what we want almost all times, but in the specific case of quick settings, we already have a "Wired" string set as title of the quick settings toggle, so having that as subtitle is reduntant.
Hide the subtitle label (by returning null) when the subtitle of a wired network matches the title.
Fixes ab10b95d Closes #6369 (closed)