mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 09:43:49 +02:00
Catch canceled prompts
This commit is contained in:
@@ -701,7 +701,7 @@ export const useVrcxStore = defineStore('Vrcx', () => {
|
||||
ElMessageBox.alert(
|
||||
t('dialog.registry_backup.restore_prompt'),
|
||||
t('dialog.registry_backup.header')
|
||||
);
|
||||
).catch(() => {});
|
||||
showRegistryBackupDialog();
|
||||
await AppApi.FocusWindow();
|
||||
await configRepository.setString(
|
||||
|
||||
Reference in New Issue
Block a user