mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
Save new group instance region independently
This commit is contained in:
@@ -19251,6 +19251,7 @@ speechSynthesis.getVoices();
|
||||
userId: '',
|
||||
accessType: '',
|
||||
region: '',
|
||||
groupRegion: '',
|
||||
groupId: '',
|
||||
groupAccessType: '',
|
||||
strict: false,
|
||||
@@ -19430,6 +19431,10 @@ speechSynthesis.getVoices();
|
||||
'instanceRegion',
|
||||
this.newInstanceDialog.region
|
||||
);
|
||||
await configRepository.setString(
|
||||
'groupInstanceRegion',
|
||||
this.newInstanceDialog.groupRegion
|
||||
);
|
||||
await configRepository.setString(
|
||||
'instanceDialogInstanceName',
|
||||
this.newInstanceDialog.instanceName
|
||||
@@ -19476,6 +19481,10 @@ speechSynthesis.getVoices();
|
||||
'instanceRegion',
|
||||
'US West'
|
||||
);
|
||||
D.groupRegion = await configRepository.getString(
|
||||
'groupInstanceRegion',
|
||||
'US West'
|
||||
);
|
||||
D.instanceName = await configRepository.getString(
|
||||
'instanceDialogInstanceName',
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user