We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc2d3d commit 6ccba37Copy full SHA for 6ccba37
config.lua
@@ -4,6 +4,9 @@ local name, ns = ...;
4
local Config = {}
5
ns.Config = Config;
6
7
+--- @type TransmogUpgradeMaster
8
+local TUM = ns.core;
9
+
10
--- @enum TUM_Config_ModifierKeyOptions
11
Config.modifierKeyOptions = {
12
always = "always",
0 commit comments