Skip to content

Commit

Permalink
Fixed an issue with the options panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Nov 14, 2023
1 parent 448a316 commit e414066
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()

Details.build_counter = 12042
Details.alpha_build_counter = 12042 --if this is higher than the regular counter, use it instead
Details.build_counter = 12043
Details.alpha_build_counter = 12043 --if this is higher than the regular counter, use it instead
Details.dont_open_news = true
Details.game_version = version
Details.userversion = version .. " " .. Details.build_counter
Expand Down
6 changes: 3 additions & 3 deletions frames/window_options2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ function Details:InitializeOptionsWindow(instance)
return Details222.OptionsPanel.InitializeOptionsWindow(instance)
end

C_Timer.After(2, function()
Details:OpenOptionsWindow(Details:GetInstance(1), false, 1)
end)
--C_Timer.After(2, function()
-- Details:OpenOptionsWindow(Details:GetInstance(1), false, 1)
--end)

function Details222.OptionsPanel.InitializeOptionsWindow(instance)
local DetailsOptionsWindow = detailsFramework:NewPanel(UIParent, _, "DetailsOptionsWindow", _, 897, 592)
Expand Down

0 comments on commit e414066

Please sign in to comment.