Add /bartender and /bartender4 as slash commands to open the config
This commit is contained in:
@@ -173,6 +173,8 @@ function Bartender4:SetupOptions()
|
||||
LibStub("AceConsole-3.0"):RegisterChatCommand( "bar", optFunc)
|
||||
LibStub("AceConsole-3.0"):RegisterChatCommand( "bt", optFunc)
|
||||
LibStub("AceConsole-3.0"):RegisterChatCommand( "bt4", optFunc)
|
||||
LibStub("AceConsole-3.0"):RegisterChatCommand( "bartender", optFunc)
|
||||
LibStub("AceConsole-3.0"):RegisterChatCommand( "bartender4", optFunc)
|
||||
end
|
||||
|
||||
function Bartender4:RegisterModuleOptions(key, table)
|
||||
|
||||
Reference in New Issue
Block a user