HintMachine / hintMachine

HintMachine is a program giving hints for your Archipelago games.
MIT License
9 stars 11 forks source link

Add persistence for tokens across reconnects #56

Closed Dinopony closed 8 months ago

Dinopony commented 8 months ago

Currently, when you disconnect from an Archipelago server while keeping the app open, you lose all of your hint tokens.

It sometimes happen that you get disconnected from the AP server and cannot reconnect, or that you want to use your tokens for another multiworld.

It would be nice to have hint tokens contained outside of the main window, and that could be a good occasion to decouple view code from controller code contained inside MainWindow.xaml.cs

Dinopony commented 8 months ago

Implicitly added by f78b1f8