feat(lyrics): update to 1.4.3 (#94)

* feat(lyrics): update to 1.4.3

* fix(lyrics): rely on host scroll setting
This commit is contained in:
rrzt
2026-07-24 14:12:18 -04:00
committed by GitHub
parent 20da011c56
commit 521429f1d5
5 changed files with 29 additions and 3 deletions
+9 -1
View File
@@ -1,6 +1,6 @@
id = "h465855hgg/lyrics"
name = "Lyrics"
version = "1.4.2"
version = "1.4.3"
plugin_api = 3
author = "h465855hgg"
license = "MIT"
@@ -461,11 +461,19 @@ entry = "lyrics_service.luau"
id = "lyrics"
entry = "lyrics.luau"
[[widget.setting]]
key = "show_glyph"
type = "bool"
label_key = "settings.show_glyph.label"
description_key = "settings.show_glyph.description"
default = true
[[widget.setting]]
key = "glyph"
type = "glyph"
label_key = "settings.glyph.label"
default = "music"
visible_when = { key = "show_glyph", values = ["true"] }
[[widget.setting]]
key = "show_artist"