mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 12:13:48 +02:00
Move feed logs to SQLite 2
This commit is contained in:
@@ -6201,7 +6201,7 @@ speechSynthesis.getVoices();
|
|||||||
if (props.status[1]) {
|
if (props.status[1]) {
|
||||||
previousStatus = props.status[1];
|
previousStatus = props.status[1];
|
||||||
}
|
}
|
||||||
} else {
|
} else if (ref.status) {
|
||||||
status = ref.status;
|
status = ref.status;
|
||||||
previousStatus = ref.status;
|
previousStatus = ref.status;
|
||||||
}
|
}
|
||||||
@@ -6212,7 +6212,7 @@ speechSynthesis.getVoices();
|
|||||||
if (props.statusDescription[1]) {
|
if (props.statusDescription[1]) {
|
||||||
previousStatusDescription = props.statusDescription[1];
|
previousStatusDescription = props.statusDescription[1];
|
||||||
}
|
}
|
||||||
} else {
|
} else if (ref.statusDescription) {
|
||||||
statusDescription = ref.statusDescription;
|
statusDescription = ref.statusDescription;
|
||||||
previousStatusDescription = ref.statusDescription;
|
previousStatusDescription = ref.statusDescription;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user