Connection type menus use different sorting logic


The two connection type menus use different sorting logic:

– When selecting, the order goes from first to last (1 → last)
– When clicking, the order goes from last to first (last → 1)

I think it would be better to unify both to descending order: last → 1.

shipped so that both use last → 1 order

1 Like