Davejkane / riv

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

Success Messages #78

Closed Davejkane closed 5 years ago

Davejkane commented 5 years ago

Related to #75

Goal

Provide the user success feedback on certain operations. For example, when a user deletes, copies or moves an image, redefines the glob or redefines the destination folder (there may be more), print an informative success message on the info bar

Implementation