mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
move bury options below display order
Causes the timer settings to appear at the bottom left, which is a bit neater.
This commit is contained in:
parent
780a254ac8
commit
c9ad563f93
1 changed files with 4 additions and 4 deletions
|
@ -71,10 +71,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<LapseOptions {state} api={lapseOptions} />
|
<LapseOptions {state} api={lapseOptions} />
|
||||||
</Item>
|
</Item>
|
||||||
|
|
||||||
<Item>
|
|
||||||
<BuryOptions {state} api={buryOptions} />
|
|
||||||
</Item>
|
|
||||||
|
|
||||||
{#if state.v3Scheduler}
|
{#if state.v3Scheduler}
|
||||||
<Item>
|
<Item>
|
||||||
<DisplayOrder {state} api={displayOrder} />
|
<DisplayOrder {state} api={displayOrder} />
|
||||||
|
@ -85,6 +81,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<TimerOptions {state} api={timerOptions} />
|
<TimerOptions {state} api={timerOptions} />
|
||||||
</Item>
|
</Item>
|
||||||
|
|
||||||
|
<Item>
|
||||||
|
<BuryOptions {state} api={buryOptions} />
|
||||||
|
</Item>
|
||||||
|
|
||||||
<Item>
|
<Item>
|
||||||
<AudioOptions {state} api={audioOptions} />
|
<AudioOptions {state} api={audioOptions} />
|
||||||
</Item>
|
</Item>
|
||||||
|
|
Loading…
Reference in a new issue