mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
fix: screenshot helper toggle typo
This commit is contained in:
+1
-1
@@ -20086,7 +20086,7 @@ speechSynthesis.getVoices();
|
|||||||
};
|
};
|
||||||
|
|
||||||
$app.methods.saveScreenshotHelperModifyFilename = function () {
|
$app.methods.saveScreenshotHelperModifyFilename = function () {
|
||||||
configRepository.setBool('VRCX_screenshotHelperSaveFilename', this.screenshotHelperModifyFilename);
|
configRepository.setBool('VRCX_screenshotHelperModifyFilename', this.screenshotHelperModifyFilename);
|
||||||
};
|
};
|
||||||
|
|
||||||
// YouTube API
|
// YouTube API
|
||||||
|
|||||||
Reference in New Issue
Block a user