show app version in whats new popup

This commit is contained in:
Charles Ewert 2023-12-06 11:04:22 -05:00
parent 81ef7e2531
commit 8e457a5923

View File

@ -5,7 +5,7 @@ sub init()
m.top.id = "OKDialog" m.top.id = "OKDialog"
m.top.height = 900 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")] m.top.buttons = [tr("OK")]
dialogStyles = { dialogStyles = {