Davejkane / riv

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

Errors on the Info bar #75

Closed Davejkane closed 5 years ago

Davejkane commented 5 years ago

Goal

Right now, there is some error handling that involves an eprintln! and then nothing else. In these cases, rather than informing the user in the terminal, we should inform them using our info bar.

Implementation