mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
feat: Add options to save the current world name/id to screenshot metadata/filenames
This commit is contained in:
@@ -58,6 +58,10 @@ class GameLogService {
|
||||
gameLog.photonId = args[1];
|
||||
break;
|
||||
|
||||
case 'screenshot':
|
||||
gameLog.screenshotPath = args[0]
|
||||
break;
|
||||
|
||||
case 'vrc-quit':
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user