feat(settings): add hide-upgrade-all option and show song count in global progress
2 months ago
1d02592
Authored
Davy
Add a "Hide Upgrade All to 4-stem" checkbox in the Separation Mode
settings section. When enabled, the sidebar no longer shows the
"Upgrade All to 4-stem" button that appears when the library has
mostly 2-stem songs but 4-stem mode is selected.
The global progress bar now shows a song count (e.g. "Separating 1/1")
for single-song separations, matching the batch-separation format.
This separates the song-count scale in the global bar from the
per-song percentage scale shown next to each song.
Also updates test references from the renamed `database_size` field
to `database_size_bytes` per PR #297.