Skip to content

Commit

Permalink
Ensemble improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningTreeC committed Sep 14, 2024
1 parent 216092a commit d344d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TiddlyFlex/ui/SideBar/Ensemble.tid
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Optionally, provide a list of tiddlers that should get the tag <span class="tc-s

<$let ensembleName={{{ [<ensembleTiddler>removeprefix[$:/Ensemble/]] }}}>

<$text text=<<ensembleName>>/><$button actions=<<tiddlyflex-load-ensemble-actions>> class="tc-small-gap-left">Load</$button><$button class="tc-small-gap-left" actions=<<tiddlyflex-delete-ensemble-actions>>>Delete</$button>
<$text text=<<ensembleName>>/><$button actions=<<tiddlyflex-load-ensemble-actions>> class="tc-small-gap-left">Load</$button><$button class="tc-small-gap-left" actions=<<tiddlyflex-delete-ensemble-actions>>>Delete</$button><$button class="tc-big-gap-left"><$macrocall $name="tiddlyflex-save-ensemble-actions" ensembleTitle=<<ensembleName>>/>Save</$button>

</$let>

Expand Down

0 comments on commit d344d40

Please sign in to comment.