mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
refactor: remove useSDLogos guard from logo style handler
Allow logo style selection to save regardless of toggle state.
This commit is contained in:
parent
8ed0030223
commit
b6a5738f7d
1 changed files with 0 additions and 1 deletions
|
|
@ -93,7 +93,6 @@ const SDSettings = ({ sourceId, customProperties }) => {
|
|||
};
|
||||
|
||||
const handleLogoChange = (style) => {
|
||||
if (!useSDLogos) return;
|
||||
setLogoStyle(style);
|
||||
saveSetting('logo_style', style);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue