Finish module category cleanup

This commit is contained in:
2026-08-30 16:04:14 +02:00
parent 6073672eb8
commit 3cf024b1b7
16 changed files with 33 additions and 21 deletions
+1
View File
@@ -4,6 +4,7 @@ local module = ShaguTweaks:register({
title = T["Hide Errors"],
description = T["Hides and ignores all Lua errors produced by broken addons."],
expansions = { ["vanilla"] = true },
category = T["Interface"],
enabled = nil,
})