diff -r d0eeb2b98dae -r 98d0e2516f4e application/settings.c --- a/application/settings.c Sun Oct 27 20:41:41 2024 +0100 +++ b/application/settings.c Mon Oct 28 07:37:45 2024 +0100 @@ -579,6 +579,10 @@ cx_foreach(PwdIndexEntry*, entry, i) { ui_list_append(settings->repo_credentials, entry->id); } + i = cxListIterator(pwd->locations); + cx_foreach(PwdIndexEntry*, entry, i) { + ui_list_append(settings->repo_credentials, entry->id); + } if(settings->repo_credentials->update) { ui_list_update(settings->repo_credentials);