Skip to content

Commit

Permalink
show app version in whats new popup
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Dec 6, 2023
1 parent 81ef7e2 commit 8e457a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/WhatsNewDialog.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 8e457a5

Please sign in to comment.