mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Extract the settings controls (subject type, quality, background color) from RemoveBgSettings into a shared RemoveBgControls component that accepts settings + onChange props. Both the standalone tool page and the pipeline step configurator now render the same component, so the UI is identical and changes only need to be made in one place.