mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
Avatar lookup loading toast
This commit is contained in:
@@ -221,7 +221,7 @@ export const useVRCXUpdaterStore = defineStore('VRCXUpdater', () => {
|
||||
}
|
||||
pendingVRCXUpdate.value = false;
|
||||
if (AppDebug.debugWebRequests) {
|
||||
console.log(json, response);
|
||||
console.log(url, json, response);
|
||||
}
|
||||
if (json === Object(json) && json.name && json.published_at) {
|
||||
changeLogDialog.value.buildName = json.name;
|
||||
@@ -308,7 +308,7 @@ export const useVRCXUpdaterStore = defineStore('VRCXUpdater', () => {
|
||||
return;
|
||||
}
|
||||
if (AppDebug.debugWebRequests) {
|
||||
console.log(json, response);
|
||||
console.log(url, json, response);
|
||||
}
|
||||
const releases = [];
|
||||
if (typeof json !== 'object' || json.message) {
|
||||
|
||||
Reference in New Issue
Block a user