keep button order consistant between modes

This commit is contained in:
Luc Mcgrady 2025-07-13 20:28:09 +01:00
parent cec2f0c44e
commit b9b39452cb
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -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>