summaryrefslogtreecommitdiff
path: root/xpi/content/options.js
diff options
context:
space:
mode:
Diffstat (limited to 'xpi/content/options.js')
-rw-r--r--xpi/content/options.js13
1 files changed, 9 insertions, 4 deletions
diff --git a/xpi/content/options.js b/xpi/content/options.js
index 21d67ab..6e7ecb6 100644
--- a/xpi/content/options.js
+++ b/xpi/content/options.js
@@ -1202,13 +1202,15 @@ classicthemerestorerjso.ctr = {
this.prefs.setBoolPref("hideurlsrg",true);
this.prefs.setBoolPref("oldsearch",true);
-
- if(this.appversion >= 50)
- this.prefs.setBoolPref("oldplacesbut",true);
- if(this.appversion >= 48)
+ if(this.appversion >= 48) {
this.prefs.setBoolPref("altautocompl",true);
+ this.prefs.setBoolPref("aboutpages",true);
+ }
+ if(this.appversion >= 50)
+ this.prefs.setBoolPref("oldplacesbut",true);
+
setTimeout(function(){
Services.prefs.getBranch("extensions.classicthemerestorer.").setBoolPref("starinurl",true);
Services.prefs.getBranch("extensions.classicthemerestorer.").setBoolPref("feedinurl",true);
@@ -1232,6 +1234,9 @@ classicthemerestorerjso.ctr = {
this.prefs.setBoolPref("toolsitem",false);
this.prefs.setBoolPref("cuibuttons",false);
this.prefs.setBoolPref("addonversion",false);
+ this.prefs.setCharPref("altoptions",'options_default');
+ this.prefs.setBoolPref("alt_addonsm",false);
+ this.prefs.setBoolPref("am_highlight",false);
this.needsBrowserRestart();