diff --git a/.package.json.swp b/.package.json.swp deleted file mode 100644 index fb94551..0000000 Binary files a/.package.json.swp and /dev/null differ diff --git a/main.js b/main.js index 4b5baa4..386287b 100644 --- a/main.js +++ b/main.js @@ -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; diff --git a/package.json b/package.json index 1105141..3a60472 100644 --- a/package.json +++ b/package.json @@ -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 ", "main": "main.js",