mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
26 lines
765 B
Plaintext
26 lines
765 B
Plaintext
title: $:/core/ui/ControlPanel/Settings/ToolbarButtons
|
|
tags: $:/tags/ControlPanel/Settings
|
|
caption: {{$:/language/ControlPanel/Settings/ToolbarButtons/Caption}}
|
|
|
|
\whitespace trim
|
|
\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtons/
|
|
<<lingo Hint>>
|
|
|
|
<$checkbox tiddler="$:/config/Toolbar/Icons"
|
|
field="text" checked="yes" unchecked="no" default="yes"
|
|
class="tc-control-panel-item"
|
|
>
|
|
<$link to="$:/config/Toolbar/Icons" class="tc-tiny-gap-left">
|
|
<<lingo Icons/Description>>
|
|
</$link>
|
|
</$checkbox>
|
|
|
|
<$checkbox tiddler="$:/config/Toolbar/Text"
|
|
field="text" checked="yes" unchecked="no" default="no"
|
|
class="tc-control-panel-item"
|
|
>
|
|
<$link to="$:/config/Toolbar/Text" class="tc-tiny-gap-left">
|
|
<<lingo Text/Description>>
|
|
</$link>
|
|
</$checkbox>
|