mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Screenshot dialog fixes
This commit is contained in:
@@ -16112,7 +16112,7 @@ speechSynthesis.getVoices();
|
||||
) {
|
||||
var D = this.screenshotMetadataDialog;
|
||||
var metadata = JSON.parse(json);
|
||||
if (typeof metadata === 'undefined' || !metadata.sourceFile) {
|
||||
if (!metadata?.sourceFile) {
|
||||
D.metadata = {};
|
||||
D.metadata.error =
|
||||
'Invalid file selected. Please select a valid VRChat screenshot.';
|
||||
|
||||
Reference in New Issue
Block a user