mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
refactor: always enable logo style picker per reviewer feedback
Logo style selection should always be available so users can set their preference before enabling SD logos.
This commit is contained in:
parent
c4d73eae39
commit
8ed0030223
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ const SDSettings = ({ sourceId, customProperties }) => {
|
|||
saveSetting('fetch_posters', checked);
|
||||
};
|
||||
|
||||
const logosDisabled = !useSDLogos;
|
||||
const logosDisabled = false;
|
||||
|
||||
return (
|
||||
<Box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue