Use fallback method when /executable urlsave is unset

This commit is contained in:
William Wennerström
2020-07-20 14:57:32 +02:00
parent 4711fc62a3
commit fb002a59b6
2 changed files with 24 additions and 8 deletions

View File

@@ -2318,8 +2318,6 @@ _get_default_string(preference_t pref)
return "false";
case PREF_AVATAR_CMD:
return "xdg-open";
case PREF_URL_SAVE_CMD:
return "curl -o %p %u";
default:
return NULL;
}