Use text-based reverse sort button instead of icon
This commit is contained in:
@@ -230,6 +230,9 @@ angular.module('app')
|
||||
if(this.hidePinned) {
|
||||
base += " | – Pinned"
|
||||
}
|
||||
if(this.sortReverse) {
|
||||
base += " | Reversed"
|
||||
}
|
||||
|
||||
return base;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user