From 1e641968a20859ee4e0d4c8ee77fa4bad4ca11d5 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Sun, 16 Apr 2023 23:11:17 +0200 Subject: [PATCH] keep notification open if release notes are viewed --- src/core/Global.ttslua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index 28ee1d5b..43839dc2 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -1109,6 +1109,7 @@ function onClick_notification(_, parameter) dontNotify[modMeta["latestVersion"]] = true elseif parameter == "details" then UI.show("releaseNotes") + return end UI.hide("updateNotification")