Bug 1217806 - flip OSK pref on release builds, r=jaws

--HG--
extra : commitid : Dby1tgbTA9G
extra : rebase_source : 4e3917f3cf481be69c6b309a0a398f00a95bf086
This commit is contained in:
Gijs Kruitbosch 2015-10-23 13:17:20 +01:00
parent c235eaa461
commit 6612459260

View File

@ -3259,11 +3259,7 @@ pref("ui.window_class_override", "");
pref("ui.elantech_gesture_hacks.enabled", -1);
// Show the Windows on-screen keyboard (osk.exe) when a text field is focused.
#ifdef RELEASE_BUILD
pref("ui.osk.enabled", false);
#else
pref("ui.osk.enabled", true);
#endif
// Only show the on-screen keyboard if there are no physical keyboards attached
// to the device.
pref("ui.osk.detect_physical_keyboard", true);