fix: remove unneeded closing curly brace from title (#159)
This commit is contained in:

committed by
GitHub

parent
60ded9c0f2
commit
b84d272b3c
@@ -2104,7 +2104,7 @@ function render_menu(this)
|
||||
ass:txt(this.ax + this.width / 2, this.ay - (this.item_height * 0.5), 5, this.title, {
|
||||
size = this.font_size, bold = true, color = options.color_background_text,
|
||||
shadow = 1, shadow_color = options.color_background, wrap = 2, opacity = opacity,
|
||||
clip = '\\clip(' .. this.ax .. ',' .. this.ay - this.item_height .. ',' .. this.bx .. ',' .. this.ay .. ')}',
|
||||
clip = '\\clip(' .. this.ax .. ',' .. this.ay - this.item_height .. ',' .. this.bx .. ',' .. this.ay .. ')',
|
||||
})
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user