mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 01:33:51 +02:00
Fixes
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user