From a2ec418d537917f0b1d464e0fa9ce7db892cf86a Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Fri, 12 Sep 2025 19:52:58 -0400 Subject: [PATCH] luacheck fix --- pocket/ui/apps/guide.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/pocket/ui/apps/guide.lua b/pocket/ui/apps/guide.lua index 8265937..88bf082 100644 --- a/pocket/ui/apps/guide.lua +++ b/pocket/ui/apps/guide.lua @@ -62,7 +62,6 @@ local function new_view(root) local btn_fg_bg = cpair(colors.cyan, colors.black) local btn_active = cpair(colors.white, colors.black) - local btn_disable = cpair(colors.gray, colors.black) app.set_sidebar({{ label = " # ", tall = true, color = core.cpair(colors.black, colors.green), callback = db.nav.go_home }})