mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 21:36:06 +02:00
add searchTableSize limit
This commit is contained in:
+3
-2
@@ -1,4 +1,4 @@
|
||||
import { ref, shallowReactive, shallowRef, watch } from 'vue';
|
||||
import { ref, shallowRef, watch } from 'vue';
|
||||
import { defineStore } from 'pinia';
|
||||
|
||||
import { database } from '../service/database';
|
||||
@@ -149,7 +149,8 @@ export const useFeedStore = defineStore('Feed', () => {
|
||||
? await database.searchFeedDatabase(
|
||||
search,
|
||||
feedTable.value.filter,
|
||||
vipList
|
||||
vipList,
|
||||
vrcxStore.searchLimit
|
||||
)
|
||||
: await database.lookupFeedDatabase(
|
||||
feedTable.value.filter,
|
||||
|
||||
Reference in New Issue
Block a user