Skip to content

Commit

Permalink
fix for content menu
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin committed Jul 7, 2024
1 parent 0d69960 commit 71c60c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed .package.json.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ contextMenu({
{
label: '🔙 Go Back',
// Only show it when right-clicking text
visible: browserWindow.webContents.canGoBack() && browserWindow.webContents.getActiveIndex()>1,
visible: browserWindow.webContents.canGoBack(),
click: () => {
//var args = browserWindow.args; // reloading doesn't work otherwise
//args.url = "https://vdo.ninja/electron?version="+ver;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VDON.Electron.Capture.App",
"version": "2.18.2",
"version": "2.18.3",
"description": "A simple tool to aid with frameless window video capture and VDON publishing",
"author": "Steve Seguin <[email protected]>",
"main": "main.js",
Expand Down

0 comments on commit 71c60c3

Please sign in to comment.