Use text-based reverse sort button instead of icon

This commit is contained in:
Mo Bitar
2019-05-30 11:08:54 -05:00
parent 6e06e04714
commit e7fa6bb062
4 changed files with 11 additions and 9 deletions

View File

@@ -230,6 +230,9 @@ angular.module('app')
if(this.hidePinned) {
base += " | Pinned"
}
if(this.sortReverse) {
base += " | Reversed"
}
return base;
}