Save background stream state as soon as it is changed.

This commit is contained in:
John Maguire 2012-01-20 15:24:43 -08:00
parent fddde512c9
commit 87b94de0d7

View File

@ -95,6 +95,7 @@ void BackgroundStreams::EnableStream(const QString& name, bool enable) {
} else {
StopStream(stream);
}
SaveStreams();
}
void BackgroundStreams::SetStreamVolume(const QString& name, int volume) {