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
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user