removed details from downloaded modversion file
This commit is contained in:
parent
a526e645a8
commit
aa26a59f55
@ -1065,21 +1065,16 @@ function compareVersion(request)
|
||||
-- stop here if "don't show again" was clicked for this version before
|
||||
if acknowledgedUpgradeVersions[modMeta["latestVersion"]] then return end
|
||||
|
||||
-- end here if no release notes are found
|
||||
if modMeta["releaseNotes"][modMeta["latestVersion"]] == nil then
|
||||
log("Release notes for latest version not found!")
|
||||
else
|
||||
updateNotificationLoading()
|
||||
updateNotificationLoading()
|
||||
|
||||
-- delay to avoid lagging during onLoad()
|
||||
Wait.time(function() UI.show("FinnIcon") end, 1)
|
||||
end
|
||||
-- delay to avoid lagging during onLoad()
|
||||
Wait.time(function() UI.show("FinnIcon") end, 1)
|
||||
end
|
||||
|
||||
-- updates the XML update notification based on the mod metadata
|
||||
function updateNotificationLoading()
|
||||
-- grab data
|
||||
local highlights = modMeta["releaseNotes"][modMeta["latestVersion"]]["highlights"]
|
||||
local highlights = modMeta["releaseHighlights"]
|
||||
|
||||
-- concatenate the release highlights
|
||||
local highlightText = "• " .. highlights[1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user