Adjust option tables to be more suitable for slash cmd access, and enable slash cmd access to them.
A simple /bt still opens the configurion, however /bt also accepts all the sub commands now, like ?/bt lock? or ?/bt kb? to open keybound. You can also access all Bar configuration, use ?/bt bars? for a list of all bars, and navigate through the menu for specific settings.
This commit is contained in:
@@ -91,7 +91,6 @@ function module:GetOptionsObject()
|
||||
local states = {
|
||||
type = "group",
|
||||
name = L["State Configuration"],
|
||||
cmdInline = true,
|
||||
order = 5,
|
||||
args = self:GetStateOptionsTable(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user