From f0193d249b2d7153d26586a80018eeb13816e377 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 8 Mar 2025 11:54:37 +0200 Subject: [PATCH] firefox: comment browser.tabs.inTitlebar --- etc/firefox/policies/policies.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index d23bcae2..a26b2a64 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -551,8 +551,9 @@ "Type": "boolean", "Value": true }, - "browser.tabs.inTitlebar": { - "Status": "clear", + "browser.tabs.inTitlebar_commented": { + "Comment": "without _commented 0 enables system title bar and 2 is default.", + "Status": "default", "Type": "number", "Value": 0 },