refactor: remove useSDLogos guard from logo style handler

Allow logo style selection to save regardless of toggle state.
This commit is contained in:
Shokkstokk 2026-06-05 07:33:03 +00:00
parent 8ed0030223
commit b6a5738f7d

View file

@ -93,7 +93,6 @@ const SDSettings = ({ sourceId, customProperties }) => {
};
const handleLogoChange = (style) => {
if (!useSDLogos) return;
setLogoStyle(style);
saveSetting('logo_style', style);
};