mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
add class to 'show timer' switch
This commit is contained in:
parent
098881741b
commit
b652e3b895
1 changed files with 10 additions and 7 deletions
|
@ -33,13 +33,16 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
</Item>
|
||||
|
||||
<Item>
|
||||
<SwitchRow
|
||||
bind:value={$config.showTimer}
|
||||
defaultValue={defaults.showTimer}
|
||||
markdownTooltip={tr.deckConfigShowAnswerTimerTooltip()}
|
||||
>
|
||||
{tr.schedulingShowAnswerTimer()}
|
||||
</SwitchRow>
|
||||
<!-- AnkiMobile hides this -->
|
||||
<div class="show-timer-switch" style="display: contents;">
|
||||
<SwitchRow
|
||||
bind:value={$config.showTimer}
|
||||
defaultValue={defaults.showTimer}
|
||||
markdownTooltip={tr.deckConfigShowAnswerTimerTooltip()}
|
||||
>
|
||||
{tr.schedulingShowAnswerTimer()}
|
||||
</SwitchRow>
|
||||
</div>
|
||||
</Item>
|
||||
</DynamicallySlottable>
|
||||
</TitledContainer>
|
||||
|
|
Loading…
Reference in a new issue