Hide "no framework" buttons on FW 5.x (#4379)

It's generally broken, and useless there.

The main intended use-case is the DX/DXg, because of its larger screen &
low RAM leading to more severe memory constraints.
pull/4388/head
NiLuJe 6 years ago committed by Frans de Jonge
parent 062d9a44d1
commit fe1fb84063

@ -22,6 +22,7 @@
},
{
"name": "Start the filemanager (no framework)",
"if": "\"Kindle2\" -m \"KindleDX\" -m \"KindleDXG\" -m \"Kindle3\" -m \"Kindle4\" -m || || || ||",
"priority": 3,
"action": "/mnt/us/koreader/koreader.sh",
"params": "--kual --framework_stop /mnt/us/documents",
@ -30,6 +31,7 @@
},
{
"name": "Open the last document (no framework)",
"if": "\"Kindle2\" -m \"KindleDX\" -m \"KindleDXG\" -m \"Kindle3\" -m \"Kindle4\" -m || || || ||",
"priority": 4,
"action": "/mnt/us/koreader/koreader.sh",
"params": "--kual --framework_stop",

Loading…
Cancel
Save