diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-08-04 12:38:25 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-08-04 12:38:25 +0300 |
commit | 706448f549edd82620b8f0bd37ea75ff832fa615 (patch) | |
tree | 45622d6c8f136a2974c3e1833ea100da28551999 /indra/newview/llfloaterbulkpermission.h | |
parent | 4705515e785b56165f1b936d4e2baec6a2836b6c (diff) |
SL-20105 Add materials asset to 'Adjust Content Permissions' floater
Diffstat (limited to 'indra/newview/llfloaterbulkpermission.h')
-rw-r--r-- | indra/newview/llfloaterbulkpermission.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterbulkpermission.h b/indra/newview/llfloaterbulkpermission.h index 1afc876bba..ab5d568667 100644 --- a/indra/newview/llfloaterbulkpermission.h +++ b/indra/newview/llfloaterbulkpermission.h @@ -103,6 +103,8 @@ private: bool mBulkChangeIncludeSounds; bool mBulkChangeIncludeTextures; bool mBulkChangeIncludeSettings; + bool mBulkChangeIncludeMaterials; + bool mBulkChangeShareWithGroup; bool mBulkChangeEveryoneCopy; bool mBulkChangeNextOwnerModify; |