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 -1
View File
@@ -4,7 +4,7 @@ local module = ShaguTweaks:register({
title = T["Smaller Error Frame"],
description = T["Resizes the error frame to 1 line instead of 3."],
expansions = { ["vanilla"] = true },
category = T["General"],
category = T["Interface"],
enabled = nil,
})