From 4d078da6f829c2ed454c5fa09f7e60ea314719cf Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Sat, 1 May 2021 23:28:28 -0400 Subject: [PATCH] Hide Play Top temporarily --- runner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner.lua b/runner.lua index 794df0b..d7d71c9 100644 --- a/runner.lua +++ b/runner.lua @@ -244,7 +244,7 @@ local function displayButtons(_M) end gui.text(5, 2, "[1] "..startStop) - gui.text(130, 2, "[4] Play Top") + --gui.text(130, 2, "[4] Play Top") gui.text(240, 2, "[6] Save")