mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Try slicing homebrew list to 200
This commit is contained in:
parent
5d9f09068e
commit
b98324a717
1 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,10 @@ export default {
|
|||
|
||||
// const sortedList = list.sort(byTimeThenNull)
|
||||
|
||||
if (this.category.slug === 'homebrew') {
|
||||
return filteredList.slice(0, 200)
|
||||
}
|
||||
|
||||
return filteredList
|
||||
},
|
||||
supportedAppList () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue