mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1119368 - Enable in-content preferences for EARLY_BETA_OR_EARLIER before Beta 36. r=gijs
This commit is contained in:
parent
c55c94710f
commit
adecbdeb1e
@ -862,7 +862,7 @@ pref("browser.preferences.animateFadeIn", false);
|
||||
#endif
|
||||
|
||||
// Toggles between the two Preferences implementations, pop-up window and in-content
|
||||
#ifndef RELEASE_BUILD
|
||||
#ifdef EARLY_BETA_OR_EARLIER
|
||||
pref("browser.preferences.inContent", true);
|
||||
pref("browser.preferences.instantApply", true);
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user