Fix inverted alphabetical device sorting order
QSortFilterProxyModel attempted to sort in ascending order but due to this issue, it instead ended up sorting in descending order.
QSortFilterProxyModel attempted to sort in ascending order but due to this issue, it instead ended up sorting in descending order.