Fix profile autocompletion

This commit is contained in:
Martin Lund 2024-05-03 02:11:57 +02:00
parent 22bcfdc29f
commit 7aa2d3fee2

View file

@ -385,6 +385,7 @@ void config_file_show_profiles(void)
{ {
continue; continue;
} }
printf("%s ", group[i]);
} }
g_strfreev(group); g_strfreev(group);