blob: fd4e7c2e328f87fb793bca4fc3c776600e9abe3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/gui/widgets/preferences.c
+++ b/src/gui/widgets/preferences.c
@@ -228,7 +228,7 @@ should_be_hidden (
#endif
#ifndef HAVE_CARLA
KEY_IS ("Plugins", "Paths", "sfz-search-paths")
- || KEY_IS ("Plugins", "Paths", "sf2-search-paths") ||
+ || KEY_IS ("Plugins", "Paths", "sf2-search-paths")
|| KEY_IS ("Plugins", "Paths", "jsfx-search-paths") ||
#endif
(AUDIO_ENGINE->audio_backend != AUDIO_BACKEND_SDL
|