unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Fix database list is only loaded with active Docker connection #211

Closed pverscha closed 2 years ago

pverscha commented 2 years ago

This PR provides a fix for #210. If Docker is inactive, then we cannot query the disk size used by an image. Because we tried this nonetheless, an exception was thrown and the custom database was not added to the list. This is fixed now. If no connection to the Docker deamon can be made, the database size is not shown (but the database itself is).