Statusbar fixes and click showing hidden frame fix

This commit is contained in:
Flamanis
2023-02-25 13:35:04 -06:00
parent 6d43f0fb5c
commit 2af5440d50
3 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -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