Skip to content

Commit

Permalink
- bumped version of AzOptionsFactory to v24.05.20
Browse files Browse the repository at this point in the history
  • Loading branch information
frozn committed May 20, 2024
1 parent eb32c99 commit ade3bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TipTacOptions/Libs/AzOptionsFactory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
24.05.07 Rev 25 10.2.6/Dragonflight #frozn45
- added an "enabled" property for all objects
- added a tooltip for TextEdit and TextOnly
24.05.xx Rev 26 10.2.7/Dragonflight #frozn45
24.05.20 Rev 26 10.2.7/Dragonflight #frozn45
- made shure that evaluating the "enabled" property always returns a boolean value
- considered empty options for BuildOptionsPage()
--]]

-- create new library
local REVISION = 24; -- bump on changes
local REVISION = 26; -- bump on changes
if (type(AzOptionsFactory) == "table") and (AzOptionsFactory.vers >= REVISION) then
return;
end
Expand Down

0 comments on commit ade3bde

Please sign in to comment.