mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 05:43:51 +02:00
Remove logout page reload
This commit is contained in:
@@ -7282,7 +7282,7 @@ speechSynthesis.getVoices();
|
||||
// eslint-disable-next-line require-atomic-updates
|
||||
$app.loginForm.lastUserLoggedIn = '';
|
||||
configRepository.remove('lastUserLoggedIn');
|
||||
workerTimers.setTimeout(() => location.reload(), 500);
|
||||
// workerTimers.setTimeout(() => location.reload(), 500);
|
||||
});
|
||||
|
||||
$app.methods.checkPrimaryPassword = function (args) {
|
||||
@@ -14014,7 +14014,7 @@ speechSynthesis.getVoices();
|
||||
$app.data.avatarRemoteDatabaseProviderList = JSON.parse(
|
||||
configRepository.getString(
|
||||
'VRCX_avatarRemoteDatabaseProviderList',
|
||||
'[]'
|
||||
'[ "https://avtr.just-h.party/vrcx_search.php" ]'
|
||||
)
|
||||
);
|
||||
$app.data.pendingOfflineDelay = configRepository.getInt(
|
||||
|
||||
Reference in New Issue
Block a user