diff options
author | Dave Parks <davep@lindenlab.com> | 2022-09-14 17:04:47 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-09-14 17:04:47 -0500 |
commit | afb7efbfcc39f93bb018de6e0b4e5f0839a68ef5 (patch) | |
tree | 476dd03a9af8a753ef9f89803e340d18cbc2a883 /indra/newview/app_settings | |
parent | a0a87db3d76bc78e245e89254db190ba68b3709e (diff) | |
parent | 5d918f98eaacc0eec84edcf23a40d6f6c93807c3 (diff) |
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings_per_account.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings_per_account.xml b/indra/newview/app_settings/settings_per_account.xml index 537744b44c..eb3528b9b7 100644 --- a/indra/newview/app_settings/settings_per_account.xml +++ b/indra/newview/app_settings/settings_per_account.xml @@ -370,6 +370,17 @@ <key>Value</key> <string></string> </map> + <key>PBRUploadFolder</key> + <map> + <key>Comment</key> + <string>All pbr uploads will be stored in this directory (UUID)</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>String</string> + <key>Value</key> + <string></string> + </map> <key>TextureUploadFolder</key> <map> <key>Comment</key> |