From 32276ff905e13d1a42a6a4954ffc2f789240b483 Mon Sep 17 00:00:00 2001 From: hewozuoai Date: Sun, 30 Jun 2024 14:54:53 -0400 Subject: [PATCH] Closes #53 - Fix ACTIONBAR_LABEL text --- gui.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui.lua b/gui.lua index d008b5d..02618bb 100644 --- a/gui.lua +++ b/gui.lua @@ -251,7 +251,7 @@ local function CreateSettingMenu(opt) return { { - text = ACTIONBAR_LABEL, + text = ACTIONBARS_LABEL, hasArrow = true, notCheckable = false, isNotRadio = true, @@ -304,7 +304,7 @@ local function CreateSettingMenu(opt) } }, -- 3 { - text = PET .. " " .. ACTIONBAR_LABEL, + text = PET .. " " .. ACTIONBARS_LABEL, notCheckable = false, isNotRadio = true, keepShownOnClick = true,