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
@@ -8,6 +8,7 @@ local module = ShaguTweaks:register({
title = T["Darkened UI"],
description = T["Turns the entire interface into darker colors."],
expansions = { ["vanilla"] = true },
category = T["Interface"],
enabled = nil,
config = {
["darkmode.color"] = { r = .3, g = .3, b = .3, a = .9 }