mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
Open to disable vrc reg restore popup
This commit is contained in:
+5
-7
@@ -7,12 +7,7 @@ import { database } from '../service/database';
|
||||
import { AppGlobal } from '../service/appConfig';
|
||||
import { failedGetRequests } from '../service/request';
|
||||
import { watchState } from '../service/watchState';
|
||||
import {
|
||||
debounce,
|
||||
parseLocation,
|
||||
refreshCustomCss,
|
||||
removeFromArray
|
||||
} from '../shared/utils';
|
||||
import { debounce, parseLocation, refreshCustomCss } from '../shared/utils';
|
||||
import { useAvatarStore } from './avatar';
|
||||
import { useAvatarProviderStore } from './avatarProvider';
|
||||
import { useFavoriteStore } from './favorite';
|
||||
@@ -669,7 +664,10 @@ export const useVrcxStore = defineStore('Vrcx', () => {
|
||||
}
|
||||
|
||||
async function checkAutoBackupRestoreVrcRegistry() {
|
||||
if (!advancedSettingsStore.vrcRegistryAutoBackup) {
|
||||
if (
|
||||
!advancedSettingsStore.vrcRegistryAutoBackup ||
|
||||
!advancedSettingsStore.vrcRegistryAskRestore
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user