Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
Processing...
popup in app startup
8e0b537 introduced a call to `updateMenuState()` at the loadDeckCounts job in order to update the undo label state when the deck is reloaded. Following the method name, the whole menu is updated instead of only the undo label, which includes checking if there are changes to sync remotely, and that takes time, so it shouldn't be done if not necessary. The fix isn't the ideal one, but the menu of the deck picker is a zone, so I'll leave it as is.
- Loading branch information