mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00: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
@ -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…
x
Reference in New Issue
Block a user