refactor: supress all update prompts in the ui for firefox

This commit is contained in:
zhom
2025-06-17 03:21:21 +04:00
parent aa2228a8aa
commit 800544ede9
+1 -1
View File
@@ -1308,7 +1308,7 @@ impl BrowserRunner {
"user_pref(\"app.update.auto\", false);".to_string(),
"user_pref(\"app.update.mode\", 2);".to_string(),
"user_pref(\"app.update.service.enabled\", false);".to_string(),
"user_pref(\"app.update.silent\", false);".to_string(),
"user_pref(\"app.update.silent\", true);".to_string(),
"user_pref(\"app.update.checkInstallTime\", false);".to_string(),
"user_pref(\"app.update.url\", \"\");".to_string(),
"user_pref(\"app.update.url.manual\", \"\");".to_string(),