View Single Post
Old 01-16-2024, 11:10 AM   #66
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,897
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
Quote:
Originally Posted by Michal Jancik View Post
PS ; Maybe a small remark:


Perhaps it would be good to emphasize after "U_koreader" that there must be a "," sign at the end..
Unless it's the last entry in that section, the last one before the closed square bracket. That one should NOT have a comma.

e.g. here "U_taranis" has no comma:
Code:
"groups": [
            {
                "title": "@General",
                "sort": "title",
                "apps": [
                    "PB_AudioBooks",
                    "PB_Browser",
                    "_PB_Bookstore",
                    "_PB_Empik",
                    "PB_Calendar",
                    "PB_Calc",
                    "PB_Dictionary",
                    "_PB_Digital_Frame",
                    "PB_Gallery",
                    "PB_Library",
                    "_PB_Notes",
                    "_PB_Onleihe",
                    "PB_Player",
                    "_PB_RSSNews",
		    "U_Koreader",
 		    "U_pi",
		    "U_notepad",
		    "U_GrabEpubs",
		    "U_taranis"
                ]
            },
FYI - Adding an underscore in front of the app entry hides the app from being displayed in the menu, as shown for "_PB_Bookstore",
You could just remove the entry completely to hide it, but it's easier to toggle on and off this way.

Last edited by neil_swann80; 01-16-2024 at 11:24 AM.
neil_swann80 is offline   Reply With Quote