mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-11 10:53:52 +02:00
fix pageSizes error
This commit is contained in:
@@ -6901,7 +6901,13 @@ speechSynthesis.getVoices();
|
||||
pageSize: 10,
|
||||
paginationProps: {
|
||||
small: true,
|
||||
layout: 'prev,pager,next'
|
||||
layout: 'prev,pager,next',
|
||||
pageSizes: [
|
||||
10,
|
||||
25,
|
||||
50,
|
||||
100
|
||||
]
|
||||
}
|
||||
};
|
||||
$app.data.downloadQueueTable = {
|
||||
|
||||
Reference in New Issue
Block a user