Skip to content
Snippets Groups Projects
Commit 228198c1 authored by Sébastien Blin's avatar Sébastien Blin Committed by Philippe Gorley
Browse files

manager: save config after changing isAlwaysRecording


Change-Id: I7910b8a0b08910716fe0fba2a72f5caa776ed2f8
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent 099d197f
No related branches found
No related tags found
No related merge requests found
...@@ -2355,7 +2355,8 @@ Manager::getIsAlwaysRecording() const ...@@ -2355,7 +2355,8 @@ Manager::getIsAlwaysRecording() const
void void
Manager::setIsAlwaysRecording(bool isAlwaysRec) Manager::setIsAlwaysRecording(bool isAlwaysRec)
{ {
return audioPreference.setIsAlwaysRecording(isAlwaysRec); audioPreference.setIsAlwaysRecording(isAlwaysRec);
saveConfig();
} }
bool bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment