lizzie
4 weeks ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: 362DA3DC1901E080
1 changed files with
0 additions and
2 deletions
-
src/common/settings.cpp
|
|
@ -271,8 +271,6 @@ const char* TranslateCategory(Category category) { |
|
|
return "Services"; |
|
|
return "Services"; |
|
|
case Category::Paths: |
|
|
case Category::Paths: |
|
|
return "Paths"; |
|
|
return "Paths"; |
|
|
case Category::Linux: |
|
|
|
|
|
return "Linux"; |
|
|
|
|
|
case Category::MaxEnum: |
|
|
case Category::MaxEnum: |
|
|
break; |
|
|
break; |
|
|
} |
|
|
} |
|
|
|