mirror of
https://github.com/figsoda/mmtc
synced 2024-11-21 22:53:02 +00:00
docs: fix links
This commit is contained in:
parent
c9b0fee238
commit
ca904a1d54
1 changed files with 2 additions and 2 deletions
|
@ -175,5 +175,5 @@ Type: struct
|
||||||
field | type | description | default
|
field | type | description | default
|
||||||
-|-|-|-
|
-|-|-|-
|
||||||
`item` | [`Constrained`](#Constrained) [`Texts`](#Texts) | `Queue` [`Widget`](#Widget) creates an `item` for each track in your queue for each column | mandatory, no default value
|
`item` | [`Constrained`](#Constrained) [`Texts`](#Texts) | `Queue` [`Widget`](#Widget) creates an `item` for each track in your queue for each column | mandatory, no default value
|
||||||
`style` | list of [`Style`s](Style) | style of the item when not selected | `[]`
|
`style` | list of [`Style`s](#Style) | style of the item when not selected | `[]`
|
||||||
`selected_style` | list of [`Style`s](Style) | style of the item when selected | `[]`
|
`selected_style` | list of [`Style`s](#Style) | style of the item when selected | `[]`
|
||||||
|
|
Loading…
Reference in a new issue