summaryrefslogtreecommitdiff
path: root/Userland/Applets/Audio/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applets/Audio/main.cpp')
-rw-r--r--Userland/Applets/Audio/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applets/Audio/main.cpp b/Userland/Applets/Audio/main.cpp
index a39611ea85..1d00dee0ad 100644
--- a/Userland/Applets/Audio/main.cpp
+++ b/Userland/Applets/Audio/main.cpp
@@ -211,7 +211,7 @@ int main(int argc, char** argv)
return 1;
}
- auto config = Core::ConfigFile::get_for_app("AudioApplet");
+ auto config = Core::ConfigFile::get_for_app("AudioApplet", Core::ConfigFile::AllowWriting::Yes);
// To not upset the audio server state, we responsibly read this once.
auto audio_master_config = Core::ConfigFile::get_for_app("Audio");