1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Add caption to ControlPanel LayoutSwitcher (#5103)

* Update LayoutSwitcher.tid

* Update ControlPanel.multids
This commit is contained in:
Simon Huber 2020-11-23 20:15:04 +01:00 committed by GitHub
parent 519962b4a9
commit af72fdf245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,7 @@ KeyboardShortcuts/Platform/Linux: Linux platform only
KeyboardShortcuts/Platform/NonLinux: Non-Linux platforms only
KeyboardShortcuts/Platform/Windows: Windows platform only
KeyboardShortcuts/Platform/NonWindows: Non-Windows platforms only
LayoutSwitcher/Caption: Layout
LoadedModules/Caption: Loaded Modules
LoadedModules/Hint: These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process.
Palette/Caption: Palette

View File

@ -1,5 +1,6 @@
title: $:/snippets/LayoutSwitcher
tags: $:/tags/ControlPanel/Appearance
caption: {{$:/language/ControlPanel/LayoutSwitcher/Caption}}
<$linkcatcher to="$:/layout">
<div class="tc-chooser">
@ -13,4 +14,4 @@ tags: $:/tags/ControlPanel/Appearance
</$list>
</$list>
</div>
</$linkcatcher>
</$linkcatcher>