Davejkane / riv

Riv - The Rust Image Viewer
MIT License
99 stars 10 forks source link

Removing image from vec already advanced to next #35

Closed gurgalex closed 5 years ago

gurgalex commented 5 years ago

This fixes going backward in view

Instead, on delete or move the next image will be shown.

gurgalex commented 5 years ago

Okay, now images are removed through remove_image.

Though what could be a better name for removing a filepath we can get an image from?