summarylogtreecommitdiffstats
path: root/unity-menubar.patch
diff options
context:
space:
mode:
authornikatar2020-08-04 02:32:45 +0300
committernikatar2020-08-04 02:32:45 +0300
commit940fa55784a129e20ff4295b7c1084dbd5c60ead (patch)
tree2a249954e402dd00c7c7a9bfb22bef5b19de1827 /unity-menubar.patch
parentdd10fefcb947bf14973bec9c8047d4c46727bdb9 (diff)
downloadaur-940fa55784a129e20ff4295b7c1084dbd5c60ead.tar.gz
79.0-1
Diffstat (limited to 'unity-menubar.patch')
-rw-r--r--unity-menubar.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/unity-menubar.patch b/unity-menubar.patch
index ab36cf3e3a24..7723d6631a54 100644
--- a/unity-menubar.patch
+++ b/unity-menubar.patch
@@ -98,15 +98,15 @@
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -313,6 +313,9 @@ pref("dom.mouseevent.click.hack.use_lega
+ // Fastback caching - if this pref is negative, then we calculate the number
// of content viewers to cache based on the amount of available memory.
pref("browser.sessionhistory.max_total_viewers", -1);
-
+#ifdef MOZ_WIDGET_GTK
+pref("ui.use_unity_menubar", true);
+#endif
- pref("ui.click_hold_context_menus", false);
// 0 = false, 1 = true, 2 = autodetect.
pref("ui.android.mouse_as_touch", 1);
+
--- a/toolkit/content/xul.css
+++ b/toolkit/content/xul.css
@@ -200,6 +200,13 @@ toolbar[type="menubar"] {