mobile-config-prefs.js: fix titlebar for plamo (MR 23)

Instead of moving tabs into the title bar, hide it completely on Plasma
Mobile, now that the tabs are at the bottom.
This commit is contained in:
plata 2022-01-08 13:21:53 +00:00 committed by Oliver Smith
parent c3d0eada96
commit 16a4471b73
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -11,8 +11,8 @@ pref('dom.w3c.touch_events.enabled', true);
pref('apz.allow_zooming', true); pref('apz.allow_zooming', true);
pref('apz.allow_double_tap_zooming', true); pref('apz.allow_double_tap_zooming', true);
// Save vertical space by drawing directly in the titlebar // Save vertical space by hiding the titlebar
pref('browser.tabs.drawInTitlebar', true); pref('browser.tabs.inTitlebar', 1);
// Disable search suggestions // Disable search suggestions
pref('browser.search.suggest.enabled', false); pref('browser.search.suggest.enabled', false);