Settlers4Modding / CommunityPatchLauncher

This is the tool for patching Settlers 4 History Edition to the most recent community patch level. It also helps you switching between the different versions of the game.
MIT License
4 stars 0 forks source link

Show welcome page again if agreement did change #92

Closed XanatosX closed 3 years ago

XanatosX commented 3 years ago

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.