Skip to content

Commit

Permalink
MFD.js: satnav list menu suddenly becomes grayed out
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCAFEDECAF committed Dec 18, 2024
1 parent 69d8c73 commit 9c14ccf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VanLiveConnect/MFD.js.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5291,7 +5291,6 @@ function handleItemChange(item, value, changed)
case "mfd_to_satnav_request_type":
{
satnavMfdRequestType = value;
if (value === "REQ_ITEMS") satnavGrayOutList();
if (value !== "REQ_N_ITEMS") break;
if(mfdToSatnavRequest === "enter_city" || mfdToSatnavRequest === "enter_street") satnavPrepareEntryScreen();
} // case
Expand Down
Binary file modified VanLiveConnect/data/MFD.js.gz
Binary file not shown.

0 comments on commit 9c14ccf

Please sign in to comment.