[PR #2570] [Bugfix] Remove menu from income group on mobile view #4375

Closed
opened 2026-02-28 20:55:03 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/2570

State: closed
Merged: Yes


Fixes https://github.com/actualbudget/actual/issues/2565

After looking at the menu options on the desktop view and comparing them to the mobile view, there is not currently a need to show a menu option in the mobile view. Selecting the option resulted in a crash. The desktop view has options to rename and create categories; however, the mobile view already uses a different method to accomplish those tasks. The remaining option of Show/Hide the Income group category has no effect on the desktop view and thus doesn't really need to be displayed in Mobile view to replicate the functionality. This PR simply hides the menu option if, and only if, the Income Group is selected. All other groups and categories are unaffected.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/2570 **State:** closed **Merged:** Yes --- Fixes https://github.com/actualbudget/actual/issues/2565 After looking at the menu options on the desktop view and comparing them to the mobile view, there is not currently a need to show a menu option in the mobile view. Selecting the option resulted in a crash. The desktop view has options to rename and create categories; however, the mobile view already uses a different method to accomplish those tasks. The remaining option of Show/Hide the Income group category has no effect on the desktop view and thus doesn't really need to be displayed in Mobile view to replicate the functionality. This PR simply hides the menu option if, and only if, the Income Group is selected. All other groups and categories are unaffected.
GiteaMirror added the pull-request label 2026-02-28 20:55:03 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4375