mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 09:36:18 +00:00
920e11e792
Now the home button behaves as it did in 5.0.13, and the new refresh button does a full page refresh.
14 lines
582 B
Plaintext
14 lines
582 B
Plaintext
title: $:/core/ui/Buttons/refresh
|
|
tags: $:/tags/PageControls
|
|
caption: {{$:/core/images/refresh-button}} {{$:/language/Buttons/Refresh/Caption}}
|
|
description: {{$:/language/Buttons/Refresh/Hint}}
|
|
|
|
<$button message="tw-refresh" title={{$:/language/Buttons/Refresh/Hint}} aria-label={{$:/language/Buttons/Refresh/Caption}} class=<<tw-config-toolbar-class>>>
|
|
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
|
{{$:/core/images/refresh-button}}
|
|
</$list>
|
|
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
|
<$text text={{$:/language/Buttons/Refresh/Caption}}/>
|
|
</$list>
|
|
</$button>
|