Bartender4:

- added settings to toggle possess bar and actionbar-based switching (like pressing SHIFT-2 or SHIFT-MouseWheel to change bars)
- added TODO.txt
This commit is contained in:
Hendrik Leppkes
2008-05-03 11:33:27 +00:00
parent 2f1a47d56d
commit 39f941fdc8
4 changed files with 44 additions and 3 deletions
+7 -1
View File
@@ -204,7 +204,13 @@ function Bar:GetOptionObject()
cmdInline = true,
name = "Alignment",
order = 10,
args = {},
args = {
info = {
order = 1,
type = "description",
name = "The Alignment menu is still on the TODO.\n\nAs a quick preview of whats planned:\n\n\t- Absolute and relative Bar Positioning\n\t- Bars \"snapping\" together and building clusters",
},
},
}
}
return Bartender4:NewOptionObject(otbl)