Add: Url Bar - integrated with calculator

This commit is contained in:
alstjr7375 2021-06-02 11:21:23 +09:00
parent 85d6d042c6
commit 08f2679253

View file

@ -1,3 +1,4 @@
// ** Theme Related Options ****************************************************
// userchrome.css usercontent.css activate
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
@ -9,3 +10,8 @@ user_pref("layout.css.backdrop-filter.enabled", true);
// Restore Compact Mode - 89 Above
user_pref("browser.compactmode.show", true);
// ** Useful Options ***********************************************************
// Integrated calculator at urlbar
user_pref("browser.urlbar.suggest.calculator", true);