Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added setting to hide menu items, moved file manager to top-level #500

Merged
merged 7 commits into from
Dec 1, 2024

Conversation

eadmaster
Copy link
Contributor

@eadmaster eadmaster commented Nov 30, 2024

Added:

Currently this setting is unexposed in the "Config" menu, it can be used by editing bruce.conf manually or via serial cmds:

set disabledMenus Connect
set disabledMenus FM
set disabledMenus NRF24

Will add this setting array:

{
....
  "disabledMenus": [
    "Connect",
    "FM",
    "NRF24"
  ]
}

Fixes:

  • prioritize SD over LittleFS in some serialcmds
  • disabled GIF support on non-Cardputer devices (not working/freezing)

@eadmaster
Copy link
Contributor Author

Restored the file manager entries in the "Others" menu, so if you don't like the new "Files" top-level menu , you can simply disable it and use the old entries.

@Teapot321
Copy link

Teapot321 commented Dec 1, 2024

Add this!!! It should be in Bruce!!!

@pr3y pr3y merged commit 0a3b1da into pr3y:main Dec 1, 2024
4 checks passed
@eadmaster eadmaster mentioned this pull request Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants