keep notification open if release notes are viewed

This commit is contained in:
Chr1Z93 2023-04-16 23:11:17 +02:00
parent ace11ed2b2
commit 1e641968a2

View File

@ -1109,6 +1109,7 @@ function onClick_notification(_, parameter)
dontNotify[modMeta["latestVersion"]] = true
elseif parameter == "details" then
UI.show("releaseNotes")
return
end
UI.hide("updateNotification")