mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
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:
parent
c3d0eada96
commit
16a4471b73
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue