From 8e457a59238270dd5a5af7c7160b82ac5eb7bb9b Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Wed, 6 Dec 2023 11:04:22 -0500 Subject: [PATCH] show app version in whats new popup --- components/WhatsNewDialog.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WhatsNewDialog.bs b/components/WhatsNewDialog.bs index 5718377b2..a0aa9c09d 100644 --- a/components/WhatsNewDialog.bs +++ b/components/WhatsNewDialog.bs @@ -5,7 +5,7 @@ sub init() m.top.id = "OKDialog" m.top.height = 900 - m.top.title = "What's New?" + m.top.title = m.global.app.version + " - " + tr("What's New?") m.top.buttons = [tr("OK")] dialogStyles = {