aalok05 / CodeHub

A UWP GitHub Client
MIT License
177 stars 34 forks source link

Donation status should be saved in app #80

Closed brullsker closed 7 years ago

brullsker commented 7 years ago

When I start the app on slow connection, the option to disable ads on general settings looks like this: wp_ss_20170903_0001 It shouldn't, because I made a donation. After a while, the app takes me to the Trending page, and when I get to the general settings page again, it looks like this: wp_ss_20170903_0002 I think it would be better if the app knows if I donated or not without checking to online.

aalok05 commented 7 years ago

I'll make it so that the app only checks online once, and then store a bool setting value.