mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 07:10:24 -08:00
Fix: Force proton enabled #127
This commit is contained in:
parent
9c8b53fdc2
commit
023d8a1eec
1 changed files with 3 additions and 0 deletions
3
user.js
3
user.js
|
|
@ -2,6 +2,9 @@
|
|||
// userchrome.css usercontent.css activate
|
||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
|
||||
// Proton Enabled #127
|
||||
user_pref("browser.proton.enabled", true);
|
||||
|
||||
// Fill SVG Color
|
||||
user_pref("svg.context-properties.content.enabled", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue