Skip to content

Commit

Permalink
Update InterfaceOptionsFrame_OpenToCategory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Dec 27, 2024
1 parent 865d5f4 commit 132e6af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ function HelloAce:SlashCommand(input, editbox)
print("this is our saved message:", self.db.profile.someInput)
else
self:Print("Some useful help message.")
-- https://github.com/Stanzilla/WoWUIBugs/issues/89
InterfaceOptionsFrame_OpenToCategory(self.optionsFrame)
InterfaceOptionsFrame_OpenToCategory(self.optionsFrame)
Settings.OpenToCategory(self.optionsFrame.name)
--[[ or as a standalone window
if ACD.OpenFrames["HelloAce_Options"] then
ACD:Close("HelloAce_Options")
Expand Down

0 comments on commit 132e6af

Please sign in to comment.