mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-15 02:45:28 +00:00
16 lines
520 B
C++
16 lines
520 B
C++
diff --git a/browser/components/urlbar/UrlbarResult.sys.mjs b/browser/components/urlbar/UrlbarResult.sys.mjs
|
|
index 99f331b2c6e4f8eda1bda02cbc6bc6d3f9f4a572..d504632a3f689aefb7d22b863649cb1a8bb3c6a4 100644
|
|
--- a/browser/components/urlbar/UrlbarResult.sys.mjs
|
|
+++ b/browser/components/urlbar/UrlbarResult.sys.mjs
|
|
@@ -179,6 +179,10 @@ export class UrlbarResult {
|
|
return this.#heuristic;
|
|
}
|
|
|
|
+ set heuristic(value) {
|
|
+ this.#heuristic = value;
|
|
+ }
|
|
+
|
|
get hideRowLabel() {
|
|
return this.#hideRowLabel;
|
|
}
|