aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/jalv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 611b990..e5f1488 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -769,7 +769,7 @@ main(int argc, char** argv)
LilvNode* native_ui_type = jalv_native_ui_type(&host);
const LilvNode* ui_type = NULL;
host.ui = NULL;
- if (native_ui_type) {
+ if (!host.opts.generic_ui && native_ui_type) {
host.uis = lilv_plugin_get_uis(host.plugin);
LILV_FOREACH(uis, u, host.uis) {
const LilvUI* this_ui = lilv_uis_get(host.uis, u);