From ba7e6632b092d477a687909391935cb0bb0a972a Mon Sep 17 00:00:00 2001 From: urnati Date: Fri, 26 Jan 2024 10:40:54 -0500 Subject: [PATCH] - Volume : Fix for error when showing sliders --- Titan/TitanVariables.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Titan/TitanVariables.lua b/Titan/TitanVariables.lua index 7bc4fcd..a4782fa 100644 --- a/Titan/TitanVariables.lua +++ b/Titan/TitanVariables.lua @@ -40,6 +40,12 @@ if (GetLocale() == "ruRU") then end local TPC = TITAN_PANEL_CONSTANTS -- shortcut +Titan = {} +Titan.literals = { + low = LOW, + high = HIGH, + } + --[[ Titan NAME: Titan bar overview DESC: -- 1.7.9.5