52e2ced62e
The 'I Accept' button might not get enabled for some users where startup is very slow. The first check if the 'I Agree' button should be enabled gets fired 100ms after constructing the Dialog, which might not be enough. So we can either remove the logic completely (done here) to prevent these issues, or alternatively increase the initial timer to some large timout after which the window should be assembled fully (e.g. 2 seconds). As the user is not able to read the whole terms in few seconds this would be a viable option too.