Skip to content

Commit

Permalink
adding release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Apr 12, 2024
1 parent 2685c17 commit c187fa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-electron/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function updateMenu(budgetId) {

const tools = menu.items.filter(item => item.label === 'Tools')[0];
tools.submenu.items.forEach(item => {
item.enabled = !!budgetId;
item.enabled = isBudgetOpen;
});

const edit = menu.items.filter(item => item.label === 'Edit')[0];
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/2580.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [mikesglitch]
---

Fix "Load backup" functionality in Electron - no longer throwing fatal error

0 comments on commit c187fa9

Please sign in to comment.