summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config_vars.h
diff options
context:
space:
mode:
authorNikolaus Gullotta <nik@harrisonconsoles.com>2019-06-12 11:31:55 -0500
committerNikolaus Gullotta <nik@harrisonconsoles.com>2019-06-12 11:34:46 -0500
commit989480ab8447a0cd714d621ca12383fc7c27cbef (patch)
treed9e3e7e61ad2e22f94101944ac0a2e5a9090ba5b /gtk2_ardour/ui_config_vars.h
parentd0624b1c040a743450196e2f44f8d36c5417be9d (diff)
mixbus should always copy imported files
Diffstat (limited to 'gtk2_ardour/ui_config_vars.h')
-rw-r--r--gtk2_ardour/ui_config_vars.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/ui_config_vars.h b/gtk2_ardour/ui_config_vars.h
index adb914248f..0789a1a7d0 100644
--- a/gtk2_ardour/ui_config_vars.h
+++ b/gtk2_ardour/ui_config_vars.h
@@ -47,7 +47,11 @@ UI_CONFIG_VARIABLE (bool, new_automation_points_on_lane, "new-automation-points-
UI_CONFIG_VARIABLE (std::string, keyboard_layout, "keyboard-layout", "ansi")
UI_CONFIG_VARIABLE (std::string, keyboard_layout_name, "keyboard-layout-name", "ansi")
UI_CONFIG_VARIABLE (std::string, default_bindings, "default-bindings", "ardour")
+#ifdef MIXBUS
+UI_CONFIG_VARIABLE (bool, only_copy_imported_files, "only-copy-imported-files", true)
+#else
UI_CONFIG_VARIABLE (bool, only_copy_imported_files, "only-copy-imported-files", false)
+#endif
UI_CONFIG_VARIABLE (bool, autoplay_files, "autoplay-files", false)
UI_CONFIG_VARIABLE (bool, default_narrow_ms, "default-narrow_ms", false)
UI_CONFIG_VARIABLE (bool, name_new_markers, "name-new-markers", false)