mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 09:43:49 +02:00
Fix default picture_output_split_by_date state
This commit is contained in:
@@ -14724,6 +14724,12 @@ console.log(`isLinux: ${LINUX}`);
|
||||
if (config) {
|
||||
try {
|
||||
this.VRChatConfigFile = JSON.parse(config);
|
||||
if (
|
||||
typeof this.VRChatConfigFile
|
||||
.picture_output_split_by_date === 'undefined'
|
||||
) {
|
||||
this.VRChatConfigFile.picture_output_split_by_date = true;
|
||||
}
|
||||
} catch {
|
||||
this.$message({
|
||||
message: 'Invalid JSON in config.json',
|
||||
|
||||
Reference in New Issue
Block a user