mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Add matching browser.newtab.choice pref to prevent error.
This commit is contained in:
parent
226e8d98bb
commit
199b74eb9d
1 changed files with 2 additions and 0 deletions
|
|
@ -1072,6 +1072,8 @@ pref("prompts.tab_modal.focusSwitch", true);
|
|||
|
||||
// Defines the url to be used for new tabs.
|
||||
pref("browser.newtab.url", "about:logopage");
|
||||
pref("browser.newtab.choice", 1);
|
||||
|
||||
// Activates preloading of the new tab url.
|
||||
pref("browser.newtab.preload", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue