Re-added the protected category to ALWAYS show up on datastore

This commit is contained in:
Frikky
2025-08-27 20:07:17 +02:00
parent 1a9daf046c
commit 8a915980b8
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ const CacheView = memo((props) => {
}
if ((category === undefined || category === "default" || category === "") && datastoreCategories.length === 2 && datastoreCategories[0] === "default") {
var newcategories = ["default"]
var newcategories = ["default", "protected"]
for (var key in responseJson.keys) {
var foundcategory = responseJson.keys[key].category
if (foundcategory !== undefined && foundcategory !== null && foundcategory !== ""){