Settlers4Modding/CommunityPatchLauncher

Show welcome page again if agreement did change

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
We need to be sure that if we change the agreement for the application that it is getting showed again.

Describe the solution you'd like
If the agreement changes between updates we need to show it again otherwise the user would "accept" something he could not read!

Describe alternatives you've considered
None

Additional context
I already did think about a solution for this, the welcome page should always read the agreement and create a checksum (MD5) out of it, this value need's to be saved somewhere.
If there is no checksum available or the saved and new generated value differs we will show the agreement.