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:
Damien Elmes 2021-07-13 15:45:08 +10:00
parent 780a254ac8
commit c9ad563f93

View File

@ -71,10 +71,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<LapseOptions {state} api={lapseOptions} />
</Item>
<Item>
<BuryOptions {state} api={buryOptions} />
</Item>
{#if state.v3Scheduler}
<Item>
<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} />
</Item>
<Item>
<BuryOptions {state} api={buryOptions} />
</Item>
<Item>
<AudioOptions {state} api={audioOptions} />
</Item>