config_query_option ARDOUR3_OPTS "Enable support for linuxVST plugins?" y \
                                 "--lxvst" \
                                 "" &&

# backporting legacy option
if [[ -n $ARDOUR3_PHONE ]]; then
  list_add "ARDOUR3_OPTS" "$ARDOUR3_PHONE"
  persistent_remove ARDOUR3_PHONE
fi &&

config_query_option ARDOUR3_OPTS "Contact ardour.org at startup?" y \
                                 "--phone-home" \
                                 "--no-phone-home"
