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:
+9
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user