Skip to content

Commit

Permalink
show the version in the window title
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiraccini committed Dec 12, 2023
1 parent caba091 commit cb9c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function createWindow () {
minWidth: 1440,
minHeight: 980,
show: false,
title: `Platformatic Meraki ${version}`,
title: `Platformatic Meraki v${version}`,
autoHideMenuBar: false,
...(process.platform === 'linux' ? { icon } : {}),
webPreferences: {
Expand Down

0 comments on commit cb9c754

Please sign in to comment.