Change default pageSize

This commit is contained in:
Natsumi
2025-11-05 19:10:44 +11:00
parent 7e39199bfe
commit b2ef540d88
6 changed files with 6 additions and 6 deletions

View File

@@ -124,7 +124,7 @@ export const useAppearanceSettingsStore = defineStore(
'VRCX_instanceUsersSortAlphabetical',
false
),
configRepository.getInt('VRCX_tablePageSize', 15),
configRepository.getInt('VRCX_tablePageSize', 20),
configRepository.getBool('VRCX_dtHour12', false),
configRepository.getBool('VRCX_dtIsoFormat', false),
configRepository.getString(