This PR resolves #43.
It is now possible to automatically delete collections after downloading the images.
The setting is disabled by default and can be enabled in the config.toml.
First the toggle has to be true to enable the feature in general.
After that the mode can be set below.
I would recommend the safest or safeish mode, depending on if you still want the prompts of the 404 images or something like that.
I will probably add the name of the collection that was deleted instead of just the id in the future, once the collection gets its own class.
This PR resolves #43.
It is now possible to automatically delete collections after downloading the images.
The setting is disabled by default and can be enabled in the config.toml. First the toggle has to be
true
to enable the feature in general. After that the mode can be set below. I would recommend thesafest
orsafeish
mode, depending on if you still want the prompts of the 404 images or something like that. I will probably add the name of the collection that was deleted instead of just the id in the future, once the collection gets its own class.