View Single Post
Old 04-08-2013, 07:50 AM   #141
DuckieTigger
Wizard
DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.DuckieTigger ought to be getting tired of karma fortunes by now.
 
DuckieTigger's Avatar
 
Posts: 4,742
Karma: 246906703
Join Date: Dec 2011
Location: USA
Device: Oasis 3, Oasis 2, PW3, PW1, KT
Quote:
Originally Posted by twobob View Post
Hi just noticed an error in the menu.json mate that will make this invalid for the next KUAL release (which is more strict about invalid files)

Code:
{
	"items": [
		{"name": "Toggle ON/OFF", "priority": 0, "action": "bin/FLtoggle.sh"},
		{"name": "Toggle OFF on Wakeup", "priority":0, "action": "bin/FLtoggleWake.sh"},
	]
}


Should read

Code:
{
	"items": [
		{"name": "Toggle ON/OFF", "priority": 0, "action": "bin/FLtoggle.sh"},
		{"name": "Toggle OFF on Wakeup", "priority":0, "action": "bin/FLtoggleWake.sh"}
	]
}


no comma

I can repack at some point if you are not about.

Cheers.
Oh thanks, I will fix that.

Edit: fixed, download new version here

Last edited by DuckieTigger; 04-08-2013 at 08:22 AM.
DuckieTigger is offline   Reply With Quote