actually set the value
This commit is contained in:
parent
fdc80061c3
commit
cd06827a1c
2 changed files with 7 additions and 4 deletions
|
@ -17,5 +17,5 @@ let
|
|||
(n: v: ''user_pref("${n}", "${(prefToString v)}");'') prefs));
|
||||
in
|
||||
mkPrefs {
|
||||
"browser.urlbar.suggest.topsites" = "false";
|
||||
"browser.urlbar.suggest.topsites" = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue