mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Add: User.js - Prooton Tooltip enabled
This commit is contained in:
parent
be2a8a5d7b
commit
5f6276c406
1 changed files with 3 additions and 0 deletions
3
user.js
3
user.js
|
|
@ -5,6 +5,9 @@ user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
|||
// Proton Enabled #127
|
||||
user_pref("browser.proton.enabled", true);
|
||||
|
||||
// Proton Tooltip
|
||||
user_pref("browser.proton.places-tooltip.enabled", true);
|
||||
|
||||
// Fill SVG Color
|
||||
user_pref("svg.context-properties.content.enabled", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue