1
1

Fix Bracket-Style
Todas as verificações foram bem sucedidas
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

Este cometimento está contido em:
Florian Brinker 2024-09-19 22:32:56 +02:00
ascendente c5a82f86c9
cometimento fba862a1ef
3 ficheiros modificados com 5 adições e 2 eliminações

Ver ficheiro

@ -17,7 +17,7 @@ read_globals = {
"EVENT_ACHIEVEMENT_UPDATED",
"EVENT_ADD_ON_LOADED",
"EVENT_MANAGER",
"LINK_STYLE_BRACKET",
"LINK_STYLE_BRACKETS",
"zo_callLater",
"zo_strformat",
"ZO_SavedVars",

Ver ficheiro

@ -49,7 +49,7 @@ function AchievementInfo.onAchievementUpdated(_, achId)
local percentageStep = false
local percentageStepSize = AchievementInfo.settingGet("genShowUpdateSteps")
local link = GetAchievementLink(achId, LINK_STYLE_BRACKET)
local link = GetAchievementLink(achId, LINK_STYLE_BRACKETS)
local catName = "/"
if categoryId ~= false then

Ver ficheiro

@ -1,5 +1,8 @@
#### Notable Changes
##### Release 4.15
* Fixed "bracket style" of the achievement links, thanks to DakJaniels
##### Release 4.5
* Fixed "ShowDetails" option working only in combination with "ShowOpenDetailsOnly"