v1.5.3: Add dedicated Keybinds tab

This commit is contained in:
Xurkon
2026-03-29 03:01:14 -05:00
parent 47b51e601c
commit 5fb621a53a
14 changed files with 317 additions and 119 deletions
+3
View File
@@ -141,6 +141,8 @@ _CreateOptionsTable = function()
coroutine.yield()
local credits_tab = QuestieOptions.tabs.credits:Initialize()
coroutine.yield()
local keybinds_tab = QuestieOptions.tabs.keybinds:Initialize()
coroutine.yield()
return {
name = "Questie",
handler = Questie,
@@ -161,6 +163,7 @@ _CreateOptionsTable = function()
advanced_tab = advanced_tab,
database_tab = database_tab,
credits_tab = credits_tab,
keybinds_tab = keybinds_tab,
profiles_tab = LibStub("AceDBOptions-3.0"):GetOptionsTable(Questie.db)
}
}