From e4140664ed80f16a3796e6184ec57037cc81726d Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 14 Nov 2023 14:17:13 -0300 Subject: [PATCH] Fixed an issue with the options panel --- boot.lua | 4 ++-- frames/window_options2.lua | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boot.lua b/boot.lua index 21d26e08b..e5683cf21 100644 --- a/boot.lua +++ b/boot.lua @@ -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 diff --git a/frames/window_options2.lua b/frames/window_options2.lua index 64fb51c0c..872ba3ff9 100644 --- a/frames/window_options2.lua +++ b/frames/window_options2.lua @@ -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)