mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 432598: don't show the EULA in debug builds, patch by Manish Singh <manish@flock.com>, r=me, a=mconnor
This commit is contained in:
parent
29f0afc941
commit
2ee6462762
@ -659,6 +659,10 @@ pref("browser.EULA.3.accepted", false);
|
||||
// if we rev the EULA again, we should bump this so users agree to the new EULA
|
||||
pref("browser.EULA.version", 3);
|
||||
|
||||
#ifdef DEBUG
|
||||
pref("browser.EULA.override", true);
|
||||
#endif
|
||||
|
||||
pref("browser.sessionstore.enabled", true);
|
||||
pref("browser.sessionstore.resume_from_crash", true);
|
||||
pref("browser.sessionstore.resume_session_once", false);
|
||||
|
Loading…
Reference in New Issue
Block a user