Skip to content

Commit

Permalink
Fix bug causing random triggering of "Rebuild" notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrench56 committed Jul 8, 2024
1 parent 565034e commit 92e93bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
notifyDesktop: false,
});
}
localStorage.removeItem("rebuild");
});
function rebuild() {
Expand Down

0 comments on commit 92e93bf

Please sign in to comment.