VRC reg auto back every 3days

This commit is contained in:
Natsumi
2025-08-15 21:16:46 +12:00
parent ba763b9764
commit 9846c01b84
3 changed files with 19 additions and 10 deletions

View File

@@ -111,6 +111,7 @@ export const useUpdateLoopStore = defineStore('UpdateLoop', () => {
if (vrcxUpdaterStore.autoUpdateVRCX !== 'Off') {
vrcxUpdaterStore.checkForVRCXUpdate();
}
vrcxStore.tryAutoBackupVrcRegistry();
}
if (--state.ipcTimeout <= 0) {
vrcxStore.ipcEnabled = false;