From 3d170fae5d528dfbecacc913fb68c870abbf9ce2 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Thu, 13 Oct 2022 21:01:35 +0300 Subject: SL-18125 Separate GLTF permissions from normal uploads --- indra/newview/llfloaterperms.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llfloaterperms.cpp') diff --git a/indra/newview/llfloaterperms.cpp b/indra/newview/llfloaterperms.cpp index 649a107d74..fb55c6c6c4 100644 --- a/indra/newview/llfloaterperms.cpp +++ b/indra/newview/llfloaterperms.cpp @@ -123,6 +123,7 @@ const std::string LLFloaterPermsDefault::sCategoryNames[CAT_LAST] = "Gestures", "Wearables", "Settings" + "Materials" }; BOOL LLFloaterPermsDefault::postBuild() -- cgit v1.2.3 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llfloaterperms.cpp') 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" }; -- cgit v1.2.3