Skip to content

Commit

Permalink
Update blc.settings.js
Browse files Browse the repository at this point in the history
removed space/tab mix
  • Loading branch information
aemkai authored Sep 12, 2024
1 parent 3b37203 commit 8336e4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/blc/blc.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
// Show submenues
//var submenu1 = {
//"": {
// "title": "Show sub1..."
//},
//"< Back": () => E.showMenu(mainmenu),
//"ItemName": stringInSettings("settingsVar", ["Yes", "No", "DontCare"]),
// "title": "Show sub1..."
//},
//"< Back": () => E.showMenu(mainmenu),
//"ItemName": stringInSettings("settingsVar", ["Yes", "No", "DontCare"]),
//};

E.showMenu(mainmenu);
Expand Down

0 comments on commit 8336e4e

Please sign in to comment.