Statusbar fixes and click showing hidden frame fix
This commit is contained in:
@@ -1791,8 +1791,8 @@ local createStatusbarOptions = function(optionsTable)
|
||||
newTable.textColor = optionsTable.textColor
|
||||
newTable.textSize = optionsTable.textSize
|
||||
newTable.textFace = optionsTable.textFace
|
||||
newTable.textXmod = optionsTable.textXmod
|
||||
newTable.textYmod = optionsTable.textYmod
|
||||
newTable.textXMod = optionsTable.textXMod
|
||||
newTable.textYMod = optionsTable.textYMod
|
||||
newTable.isHidden = optionsTable.isHidden
|
||||
newTable.segmentType = optionsTable.segmentType
|
||||
newTable.textAlign = optionsTable.textAlign
|
||||
|
||||
Reference in New Issue
Block a user