mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Setting - Change option name from upstream(v128) #947
This commit is contained in:
parent
4b6a1d787b
commit
a495031319
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
|
@ -283,7 +283,7 @@ user_pref("userContent.page.proton", true); // Need proton_color
|
||||||
// ** Useful Options ***********************************************************
|
// ** Useful Options ***********************************************************
|
||||||
// Tab preview
|
// Tab preview
|
||||||
// https://blog.nightly.mozilla.org/2024/02/06/a-preview-of-tab-previews-these-weeks-in-firefox-issue-153/
|
// https://blog.nightly.mozilla.org/2024/02/06/a-preview-of-tab-previews-these-weeks-in-firefox-issue-153/
|
||||||
user_pref("browser.tabs.cardPreview.enabled", true);
|
user_pref("browser.tabs.hoverPreview.enabled", true);
|
||||||
|
|
||||||
// Paste suggestion at urlbar
|
// Paste suggestion at urlbar
|
||||||
// https://blog.nightly.mozilla.org/2023/12/04/url-gonna-want-to-check-this-out-these-weeks-in-firefox-issue-150/
|
// https://blog.nightly.mozilla.org/2023/12/04/url-gonna-want-to-check-this-out-these-weeks-in-firefox-issue-150/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue