Remove empty prefix from input titles

This commit is contained in:
sonninnos 2021-02-01 16:55:35 +02:00
parent 1f58cebcd0
commit 48eb3f5d53

View File

@ -8013,9 +8013,10 @@ static bool setting_append_list_input_player_options(
label[0] = name[0] = '\0'; label[0] = name[0] = '\0';
fill_pathname_noext(label, buffer[user], if (!string_is_empty(buffer[user]))
" ", fill_pathname_noext(label, buffer[user],
sizeof(label)); " ",
sizeof(label));
if ( if (
settings->bools.input_descriptor_label_show settings->bools.input_descriptor_label_show