SL-20268 FIXED clicking Cancel doesn't revert Materials perms

master
Mnikolenko Productengine 2023-09-14 14:55:41 +03:00
parent a280bacfea
commit 2e7cf2c1af
2 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,7 @@ const std::string LLFloaterPermsDefault::sCategoryNames[CAT_LAST] =
"Notecards",
"Gestures",
"Wearables",
"Settings"
"Settings",
"Materials"
};

View File

@ -75,6 +75,7 @@ enum Categories
CAT_GESTURES,
CAT_WEARABLES,
CAT_SETTINGS,
CAT_MATERIALS,
CAT_LAST
};