Skip to content

Commit

Permalink
update version display in context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdadams committed Apr 29, 2023
1 parent e8c39a4 commit 6e4d80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function detectBlink() {
function buildContextMenu() {
let contextMenu = Menu.buildFromTemplate([
{
label: 'Version: ' + VERSION,
label: 'beacon: v' + VERSION,
enabled: false
},
{
Expand Down

0 comments on commit 6e4d80d

Please sign in to comment.