From aabbf29cad30dd0115c987b23f818530e33aa303 Mon Sep 17 00:00:00 2001 From: John Wieland Date: Thu, 23 Nov 2023 13:47:36 -0500 Subject: [PATCH] Update main.lua to Edge 2.92 --- Color Screen Widget/EdgeTX/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Color Screen Widget/EdgeTX/main.lua b/Color Screen Widget/EdgeTX/main.lua index e468980..ec4905d 100644 --- a/Color Screen Widget/EdgeTX/main.lua +++ b/Color Screen Widget/EdgeTX/main.lua @@ -315,7 +315,7 @@ local function refreshZoneFull(tunes) --music display local selection=playingSong - lcd.drawText(90, y+4, "Selected Playlist >>".. getFieldInfo("ls60").id, SMLSIZE) + lcd.drawText(90, y+4, "Selected Playlist >>".. title, SMLSIZE) if selection == #playlist then lcd.drawText(12, y+20, playlist[selection - 2][1]) lcd.drawText(12, y+40, playlist[selection - 1][1])