diff --git a/Libs/DF/slider.lua b/Libs/DF/slider.lua index 755ad0d59..fd3d36dba 100644 --- a/Libs/DF/slider.lua +++ b/Libs/DF/slider.lua @@ -969,6 +969,7 @@ end ---@field SetSwitchFunction fun(self:df_button, newOnSwitchFunction: function) ---@field GetCapsule fun(self:df_button):df_button capsule only exists in the actual frame of the encapsulated widget ---@field SetCheckedTexture fun(self:df_button, texture:string) +---@field SetChecked fun(self:df_button, value:boolean) function DF:CreateSwitch(parent, onSwitch, defaultValue, width, height, leftText, rightText, member, name, colorInverted, switchFunc, returnFunc, withLabel, switch_template, label_template) diff --git a/boot.lua b/boot.lua index ad61aeed9..f7db40a18 100644 --- a/boot.lua +++ b/boot.lua @@ -19,8 +19,8 @@ local addonName, Details222 = ... local version, build, date, tvs = GetBuildInfo() - Details.build_counter = 13111 - Details.alpha_build_counter = 13111 --if this is higher than the regular counter, use it instead + Details.build_counter = 13131 + Details.alpha_build_counter = 13131 --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