Save background stream state as soon as it is changed.
This commit is contained in:
parent
fddde512c9
commit
87b94de0d7
@ -95,6 +95,7 @@ void BackgroundStreams::EnableStream(const QString& name, bool enable) {
|
||||
} else {
|
||||
StopStream(stream);
|
||||
}
|
||||
SaveStreams();
|
||||
}
|
||||
|
||||
void BackgroundStreams::SetStreamVolume(const QString& name, int volume) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user