mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-20 21:50:48 +00:00
13 lines
565 B
C++
13 lines
565 B
C++
diff --git a/browser/components/urlbar/UrlbarPrefs.sys.mjs b/browser/components/urlbar/UrlbarPrefs.sys.mjs
|
|
index 531cecb9da3465d392ea82248e6ebb3fe6476b47..f3cce2a66bb8465ae022df0c1b9823e7e88cba21 100644
|
|
--- a/browser/components/urlbar/UrlbarPrefs.sys.mjs
|
|
+++ b/browser/components/urlbar/UrlbarPrefs.sys.mjs
|
|
@@ -731,6 +731,7 @@ function makeResultGroups({ showSearchSuggestionsFirst }) {
|
|
*/
|
|
let rootGroup = {
|
|
children: [
|
|
+ { children: [{ group: lazy.UrlbarUtils.RESULT_GROUP.ZEN_ACTION }] },
|
|
// heuristic
|
|
{
|
|
maxResultCount: 1,
|