mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-02 14:29:11 +02:00
fix(settings): add .jpg extension to site-icon file input to display all jpeg images
This commit is contained in:
parent
4a8147bfbb
commit
f611a16cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
label="<?= lang('Settings.form.site_icon') ?>"
|
||||
hint="<?= lang('Settings.form.site_icon_hint') ?>"
|
||||
helper="<?= lang('Settings.form.site_icon_helper') ?>"
|
||||
accept=".png,.jpeg"
|
||||
accept=".png,.jpeg,.jpg"
|
||||
class="flex-1"
|
||||
/>
|
||||
<?php if (config('App')->siteIcon['ico'] !== service('settings')->get('App.siteIcon')['ico']): ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue