mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 02:33:48 +02:00
improve gamelog sql
This commit is contained in:
@@ -878,6 +878,7 @@ export const useAppearanceSettingsStore = defineStore(
|
||||
.then(async ({ ok, value }) => {
|
||||
if (!ok) return;
|
||||
if (value) {
|
||||
// TODO
|
||||
let processedValue = Number(value);
|
||||
if (processedValue > 10000) {
|
||||
processedValue = 10000;
|
||||
|
||||
Reference in New Issue
Block a user