Make media label togglable (#122)

* make it possible to truncate media title to 0

* undo oopsie

* apply @painerp change

* make the label togglable

* Update widget/settings/pages/config/bar/index.ts

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>

* Update modules/bar/media/index.ts

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>

* Update modules/bar/media/index.ts

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>

* Update modules/bar/media/index.ts

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>

---------

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
orangc
2024-08-15 04:18:13 +03:00
committed by GitHub
parent ea2ebc5c4b
commit 250443de63
3 changed files with 11 additions and 9 deletions

View File

@@ -697,6 +697,7 @@ const options = mkOptions(OPTIONS, {
media: {
show_artist: opt(false),
truncation: opt(true),
show_label: opt(true),
truncation_size: opt(30)
},
notifications: {