Avatar dialog view/set styles

This commit is contained in:
Natsumi
2025-04-11 14:08:43 +10:00
parent 30b1bf3332
commit 59d3ead781
9 changed files with 220 additions and 12 deletions

View File

@@ -2672,7 +2672,7 @@ console.log(`isLinux: ${LINUX}`);
$app.data.vrcxId = '';
$app.methods.loadVrcxId = async function () {
vrcxId = await configRepository.getString(
this.vrcxId = await configRepository.getString(
'VRCX_id',
crypto.randomUUID()
);