chore: remove fetchEurPrice as it is not used anymore

This commit is contained in:
Djuri 2025-04-15 23:24:29 +02:00
parent e16062569d
commit 744535eace
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1
6 changed files with 0 additions and 43 deletions

View file

@ -105,16 +105,6 @@
size={$uiSettings.inputSize}
col={{ md: '6', xl: '12', xxl: '6' }}
/>
{#if !$settings.actCurrencies}
<SettingsSwitch
id="fetchEurPrice"
bind:checked={$settings.fetchEurPrice}
label="{$_('section.settings.fetchEuroPrice')} ({$_('restartRequired')})"
size={$uiSettings.inputSize}
col={{ md: '6', xl: '12', xxl: '6' }}
/>
{/if}
</Row>
<Row>
<h5>{$_('section.settings.screens')}</h5>

View file

@ -306,9 +306,6 @@
</span>
{/if}
{/if}
{#if $settings.fetchEurPrice}
<small>{$_('section.status.fetchEuroNote')}</small>
{/if}
</p>
{/if}
</CardBody>