Add: User.js - Prooton Tooltip enabled

This commit is contained in:
BlaCk_Void 2021-09-08 03:27:53 +09:00
parent be2a8a5d7b
commit 5f6276c406

View file

@ -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);