Skip to content

Commit

Permalink
Remove unused variable from #1018
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal committed Nov 1, 2023
1 parent 542a243 commit 36c3e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/menus.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const { app, BrowserWindow, clipboard, dialog, shell, ipcMain } = require('electron');
const { app, BrowserWindow, clipboard, dialog, shell } = require('electron');
const path = require('path');
const Store = require('electron-store');

Expand Down

0 comments on commit 36c3e41

Please sign in to comment.