remove rotateText

This commit is contained in:
Bunny67
2020-08-23 18:22:28 +03:00
parent aebf8147e8
commit 5f58d0d177
4 changed files with 4 additions and 107 deletions
@@ -52,12 +52,6 @@ local function createOptions(id, data)
data.width = data.height;
data.height = temp;
data.icon_side = data.icon_side == "LEFT" and "RIGHT" or "LEFT";
if(data.rotateText == "LEFT" or data.rotateText == "RIGHT") then
data.rotateText = "NONE";
elseif(data.rotateText == "NONE") then
data.rotateText = "LEFT"
end
end
data.orientation = v;
@@ -601,7 +595,6 @@ local templates = {
width = 30,
height = 200,
barColor = { 0, 1, 0, 1},
rotateText = "LEFT",
orientation = "VERTICAL_INVERSE",
inverse = true,
}