Skip to content

Commit 3cd3066

Browse files
committed
duh
1 parent edf3404 commit 3cd3066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ app.on('ready', () => {
5959
const contextMenu = Menu.buildFromTemplate([
6060
{
6161
label: 'Check for Updates', click: () => {
62-
console.log("Check for Updates menu item clicked"); // Add this line
62+
console.log("Check for Updates menu item clicked");
6363
if (mainWindow) {
6464
mainWindow.webContents.send('check-for-updates'); // Send to renderer
6565
}

0 commit comments

Comments
 (0)