Demizo / Daily_You

Every day is worth remembering...
GNU General Public License v3.0
112 stars 5 forks source link

Fix: Image import frozen #86

Closed Demizo closed 5 months ago

Demizo commented 5 months ago

Image import was freezing when an external image folder was not in use. This was because the import sequence was attempting to list files in an external directory that either didn't exist or it didn't have permissions for. External files should not be checked when an external image folder is not in use.

closes #80