IsThereAnyDeal / AugmentedSteam

Augments your Steam Experience
https://augmentedsteam.com
GNU General Public License v3.0
1.38k stars 85 forks source link

Fix switching notes adapter #1957

Closed candela97 closed 2 months ago

candela97 commented 3 months ago

In the old options logic, UserNotesAdapter.getAdapter was called prior to the new value being saved to storage, but now by the time it's called the new value had already been saved, so we need to set the current adapter when loading options, otherwise it will always return the new adapter...

We should probably have error handling here as well.