Quote:
Originally Posted by Michal Jancik
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.