trippsc2 / OpenTracker

An open-source cross-platform tracking application for A Link to the Past Randomizer.
MIT License
35 stars 9 forks source link

Feature request: Improved feedback for saving/etc. #54

Closed dewiniaid closed 3 years ago

dewiniaid commented 3 years ago

It would be nice if Ctrl+S would show an indication that saving tracker data was successful, perhaps as a toast message.

It would also be nice if the titlebar showed the currently open file, i.e. "OpenTracker - ...\Async\77.json"

trippsc2 commented 3 years ago

Excellent suggestion! I'll work on adding that to the next major release after v1.6.

trippsc2 commented 3 years ago

This will be added to v1.7.0. The currently open file will be on the title bar, as well as an asterisk for unsaved changes. Exception handling was also added that will produce an error message on failed saves/loads.

trippsc2 commented 3 years ago

Better error handling for saves and loads is included in v1.7.0, which was released today.