From 2e7cf2c1afd9cec1b2e69a5ac7fbbe7ad745c457 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Thu, 14 Sep 2023 14:55:41 +0300 Subject: SL-20268 FIXED clicking Cancel doesn't revert Materials perms --- indra/newview/llfloaterperms.cpp | 2 +- indra/newview/llfloaterperms.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/newview/llfloaterperms.cpp b/indra/newview/llfloaterperms.cpp index fb55c6c6c4..b53839977e 100644 --- a/indra/newview/llfloaterperms.cpp +++ b/indra/newview/llfloaterperms.cpp @@ -122,7 +122,7 @@ const std::string LLFloaterPermsDefault::sCategoryNames[CAT_LAST] = "Notecards", "Gestures", "Wearables", - "Settings" + "Settings", "Materials" }; diff --git a/indra/newview/llfloaterperms.h b/indra/newview/llfloaterperms.h index 02359a256e..97ddec7cba 100644 --- a/indra/newview/llfloaterperms.h +++ b/indra/newview/llfloaterperms.h @@ -75,6 +75,7 @@ enum Categories CAT_GESTURES, CAT_WEARABLES, CAT_SETTINGS, + CAT_MATERIALS, CAT_LAST }; -- cgit v1.2.3