From 90f0611c686798fa89dce428ca86233d67f51a90 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 13 Mar 2026 12:51:40 -0400 Subject: [PATCH] ui: disable about:config nag screen --- ui | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui b/ui index ae6d4e5..cefee3c 100644 --- a/ui +++ b/ui @@ -1,5 +1,7 @@ /* User-interface tweaks */ +/* Don't nag me when I open about:config */ +user_pref("browser.aboutConfig.showWarning", false); /* Don't do anything when I start the browser unless I say so. * -- 2.51.0