mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-08-17 20:17:49 +00:00
fix: angle copy LOL
This commit is contained in:
parent
cb0388fef9
commit
0f49f36dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
<div class='font-weight-bold text-xl font-bold'>UI Settings</div>
|
||||
<SettingCard title='Idle Animation' description='Idle 3d animation settings. Fast turns off some heavy details. Fancy can cause performance issues on very low end devices.'>
|
||||
<SingleCombo bind:value={$settings.idleAnimation} items={idle} class='w-40 shrink-0 border-input border' onSelected={changeAngle} />
|
||||
<SingleCombo bind:value={$settings.idleAnimation} items={idle} class='w-40 shrink-0 border-input border' />
|
||||
</SettingCard>
|
||||
{/if}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue