Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Apr 12, 2024
1 parent c187fa9 commit 851e163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/desktop-electron/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ function updateMenu(budgetId) {
const menu = getMenu(isDev, createWindow);
const file = menu.items.filter(item => item.label === 'File')[0];
const fileItems = file.submenu.items;
debugger;
fileItems
.filter(item => item.label === 'Load Backup...')
.forEach(item => {
Expand Down

0 comments on commit 851e163

Please sign in to comment.