summaryrefslogtreecommitdiff
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/settings.cpp')
-rw-r--r--src/common/settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index b7a0c063f..605fe7f86 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -162,6 +162,7 @@ const char* TranslateCategory(Category category) {
162 case Category::RendererDebug: 162 case Category::RendererDebug:
163 return "Renderer"; 163 return "Renderer";
164 case Category::System: 164 case Category::System:
165 case Category::SystemAudio:
165 return "System"; 166 return "System";
166 case Category::DataStorage: 167 case Category::DataStorage:
167 return "Data Storage"; 168 return "Data Storage";