feat(lyrics): Add setting to hide when no lyrics available (#216)

* feat: hide when no lyrics

* fix: bump version

* fix: missing translation + still show when track mode + readme
This commit is contained in:
nullptr
2026-08-03 22:39:58 -04:00
committed by GitHub
parent bf2058f024
commit 1583a4805f
5 changed files with 28 additions and 9 deletions
+7 -1
View File
@@ -1,6 +1,6 @@
id = "h465855hgg/lyrics"
name = "Lyrics"
version = "1.4.4"
version = "1.4.5"
plugin_api = 3
author = "h465855hgg"
license = "MIT"
@@ -501,6 +501,12 @@ entry = "lyrics.luau"
label_key = "settings.hide_when_paused.label"
default = false
[[widget.setting]]
key = "hide_when_no_lyrics"
type = "bool"
label_key = "settings.hide_when_no_lyrics.label"
default = false
[[widget.setting]]
key = "show_cover"
type = "bool"