small options tweak
This commit is contained in:
+9
-2
@@ -31,11 +31,18 @@ function Bartender4:SetupOptions()
|
||||
general = {
|
||||
order = 10,
|
||||
type = "group",
|
||||
cmdInline = true,
|
||||
--cmdInline = true,
|
||||
name = "General Settings",
|
||||
get = getFunc,
|
||||
set = setFunc,
|
||||
args = {},
|
||||
args = {
|
||||
--[[ blue = {
|
||||
type = "toggle",
|
||||
name = "Test",
|
||||
get = function() end,
|
||||
set = function() end,
|
||||
} ]]
|
||||
},
|
||||
},
|
||||
lock = {
|
||||
dialogHidden = true,
|
||||
|
||||
Reference in New Issue
Block a user