Skip to content

Commit 6e4d80d

Browse files
committed
update version display in context menu
1 parent e8c39a4 commit 6e4d80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function detectBlink() {
8989
function buildContextMenu() {
9090
let contextMenu = Menu.buildFromTemplate([
9191
{
92-
label: 'Version: ' + VERSION,
92+
label: 'beacon: v' + VERSION,
9393
enabled: false
9494
},
9595
{

0 commit comments

Comments
 (0)