Skip to content

Commit a96d248

Browse files
committed
Show app version in context menu
1 parent 84e6763 commit a96d248

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

presenter-app/src/common/WindowManager.js

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ const createTray = mainWindow => {
5151
await showUpdateDialog(mainWindow);
5252
},
5353
},
54+
{
55+
label: `plodo v${app.getVersion()}`,
56+
enabled: false
57+
},
5458
{ type: "separator" },
5559
{
5660
role: "quit" // "role": system prepared action menu

0 commit comments

Comments
 (0)