mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -04:00
keep button order consistant between modes
This commit is contained in:
parent
cec2f0c44e
commit
b9b39452cb
1 changed files with 8 additions and 8 deletions
|
@ -608,14 +608,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
/>
|
/>
|
||||||
{"Ratio"}
|
{"Ratio"}
|
||||||
</label>
|
</label>
|
||||||
<label>
|
|
||||||
<input
|
|
||||||
type="radio"
|
|
||||||
value={SimulateWorkloadSubgraph.memorized}
|
|
||||||
bind:group={simulateWorkloadSubgraph}
|
|
||||||
/>
|
|
||||||
{tr.deckConfigFsrsSimulatorRadioMemorized()}
|
|
||||||
</label>
|
|
||||||
<label>
|
<label>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
|
@ -624,6 +616,14 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
/>
|
/>
|
||||||
{tr.statisticsReviewsTimeCheckbox()}
|
{tr.statisticsReviewsTimeCheckbox()}
|
||||||
</label>
|
</label>
|
||||||
|
<label>
|
||||||
|
<input
|
||||||
|
type="radio"
|
||||||
|
value={SimulateWorkloadSubgraph.memorized}
|
||||||
|
bind:group={simulateWorkloadSubgraph}
|
||||||
|
/>
|
||||||
|
{tr.deckConfigFsrsSimulatorRadioMemorized()}
|
||||||
|
</label>
|
||||||
{/if}
|
{/if}
|
||||||
</InputBox>
|
</InputBox>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue