This commit is contained in:
Natsumi
2026-01-05 03:20:12 +13:00
parent c46f636584
commit 2cf3bc979c
3 changed files with 13 additions and 6 deletions

View File

@@ -364,7 +364,7 @@ export const useVrcxStore = defineStore('Vrcx', () => {
);
} catch (e) {
console.error('Failed to add screenshot metadata', e);
if (e.message.includes('UnauthorizedAccessException')) {
if (e.message?.includes('UnauthorizedAccessException')) {
ElMessage({
message:
'Failed to add screenshot metadata, access denied. Make sure VRCX has permission to access the screenshot folder.',