You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be nice to be able to disable Bedtime (and possibly other tabs/sections that are not used)
Describe the solution you'd like
A settings page with list of sections and checkboxes maybe
Use case
I don't use bedtime feature (nor see a point of it) and it just clutters the UI.
The text was updated successfully, but these errors were encountered:
BlackyHawky
changed the title
FR: Option to remove Bedtime section/configuration (and maybe others)
FR: Ability to add/remove tabs in the bottom menu
May 12, 2024
removing bottom tabs can be done with this method mBottomNavigation.getMenu().getItem(0).setVisible(false); in the Activity. I can't do anything about the ViewPager which is a problem.
Is your feature request related to a problem? Please describe.
It would be nice to be able to disable Bedtime (and possibly other tabs/sections that are not used)
Describe the solution you'd like
A settings page with list of sections and checkboxes maybe
Use case
I don't use bedtime feature (nor see a point of it) and it just clutters the UI.
The text was updated successfully, but these errors were encountered: