Duplicate call to InterfaceOptionsFrame_OpenToCategory in case BlizzBugsSuck not installed.
Ludovicus [07-09-19 - 20:31]
Duplicate call to InterfaceOptionsFrame_OpenToCategory in case BlizzBugsSuck not installed.
diff --git a/TomTom_Config.lua b/TomTom_Config.lua
index 96f46e6..8c93b21 100755
--- a/TomTom_Config.lua
+++ b/TomTom_Config.lua
@@ -845,6 +845,7 @@ SlashCmdList["TOMTOM"] = function(msg)
end
InterfaceOptionsFrame_OpenToCategory("TomTom")
+ InterfaceOptionsFrame_OpenToCategory("TomTom")
end
local hijackFrame = CreateFrame("Frame", nil, InterfaceOptionsFrame)