We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd really like to default to the first tab of my Warband Bank account instead of that character's bank tabs when I go to the actual bank. Thanks!
When I go to the config options there would be a check box or something for "Default to Warband bank when opening bank"
The text was updated successfully, but these errors were encountered:
@Cidan, the following does the trick.
local function OpenWarbandBank() BankFrameTab3:Click() end
local BankFrameEvents = CreateFrame("Frame") BankFrameEvents:RegisterEvent("BANKFRAME_OPENED") BankFrameEvents:SetScript("OnEvent", function() C_Timer.After(0, OpenWarbandBank) end)
Sorry, something went wrong.
Cidan
No branches or pull requests
Describe the feature
I'd really like to default to the first tab of my Warband Bank account instead of that character's bank tabs when I go to the actual bank.
Thanks!
Describe the implementation
When I go to the config options there would be a check box or something for "Default to Warband bank when opening bank"
The text was updated successfully, but these errors were encountered: