View Single Post
Old 01-05-2025, 12:55 PM   #1453
Pe8er
I have 5 broats of my own
Pe8er began at the beginning.
 
Pe8er's Avatar
 
Posts: 7
Karma: 10
Join Date: Dec 2024
Device: Kobo Clara Colour
Quote:
Originally Posted by bhartman36 View Post
I'm having an issue with the experimental parameters. I can change the Nickelmenu label to make it say "Shortcuts0" (just a placeholder name to make sure I could change it), but I haven't been able to change "My Books" to "Books" and "My Notebook" to "Notes".

Here's the relevant part of my config file:

Code:
experimental: menu_main_15505_enabled: 1
experimental: menu_main_15505_label: Shortcuts0
experimental: menu_main_15505_2_enabled: 1
experimental: menu_main_15505_2_label: Books
experimental: menu_main_23145_3_enabled: 1
experimental: menu_main_23145_3_label: Notes
experimental: menu_main_23145_default: 0
Maybe this is no longer possible in the latest firmware, but I just wanted to check. Thanks for any help you could give me.
I'm far from an expert, but from what I could gather from the documentation, I was able to clean up your syntax. Try this:

Code:
experimental: menu_main_15505_1_enabled: 1
experimental: menu_main_15505_1_label: Books

experimental: menu_main_15505_3_enabled: 1
experimental: menu_main_15505_3_label: Notes
Pe8er is offline   Reply With Quote