mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
ControlPanel Button: use tv-story-list variable (#6562)
This PR makes the ControlPanel Button show as selected when the `tv-story-list` contains `$:/ControlPanel` in its list field
This commit is contained in:
parent
6a5d73dae6
commit
e84acf97de
@ -16,6 +16,6 @@ description: {{$:/language/Buttons/ControlPanel/Hint}}
|
||||
</$button>
|
||||
\end
|
||||
|
||||
<$list filter="[list[$:/StoryList]] +[field:title[$:/ControlPanel]]" emptyMessage=<<control-panel-button>>>
|
||||
<$list filter="[list<tv-story-list>] +[field:title[$:/ControlPanel]]" emptyMessage=<<control-panel-button>>>
|
||||
<<control-panel-button "tc-selected">>
|
||||
</$list>
|
||||
|
Loading…
Reference in New Issue
Block a user