bertiqwerty / rvimage

Remote image viewer in Rust
MIT License
2 stars 1 forks source link

Delete cache on close optional #15

Open bertiqwerty opened 2 years ago

bertiqwerty commented 2 years ago

Currently, the cached files are stored on the local hard drive in a temporary directory. This directory is deleted when RV Image is closed. However, one might want to keep the cache. Hence, an option to control this behavior would be nice.